Skip to content

Commit 8c7a1a2

Browse files
Include 'Hotfix-114-A'
* Hotfix-114-A: Fixup typo (- Fixes #50 -)
2 parents aa386db + 5387136 commit 8c7a1a2

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
@@ -133,7 +133,7 @@ def checkpoint(self, name=''):
133133
def __enter__(self):
134134
return self
135135

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

0 commit comments

Comments
 (0)