Skip to content

Commit 3566cda

Browse files
comment to skip false PYL-W0622 ( - Fixes #50 - )
1 parent 86d4374 commit 3566cda

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):
135+
def __exit__(self, type, value, traceback): # skipcq: PLY-W0622
136136
self.checkpoint(str("finished"))
137137
pass
138138

0 commit comments

Comments
 (0)