Skip to content

Commit 5387136

Browse files
Fixup typo (- Fixes #50 -)
1 parent 03ba956 commit 5387136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/profiling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def checkpoint(self, name=''):
132132
def __enter__(self):
133133
return self
134134

135-
def __exit__(self, type, value, traceback): # skipcq: PLY-W0622
135+
def __exit__(self, type, value, traceback): # skipcq: PYL-W0622
136136
self.checkpoint(str("finished"))
137137
pass
138138

0 commit comments

Comments
 (0)