Skip to content

Commit 5884c16

Browse files
Resolves PYL-W0107 (- Fixes #55 -)
1 parent 03ba956 commit 5884c16

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
@@ -134,7 +134,6 @@ def __enter__(self):
134134

135135
def __exit__(self, type, value, traceback): # skipcq: PLY-W0622
136136
self.checkpoint(str("finished"))
137-
pass
138137

139138

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

0 commit comments

Comments
 (0)