Skip to content

Commit fdcd9d9

Browse files
Resolves PYL-W0107 (- Fixes #55 -)
1 parent 3ebab3c commit fdcd9d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/profiling.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ def __enter__(self):
135135

136136
def __exit__(self, type, value, traceback): # skipcq: PYL-W0622
137137
self.checkpoint(str("finished"))
138-
pass
139138

140139

141140
def do_time_profile(func, timer_name="time_profile"):

0 commit comments

Comments
 (0)