Skip to content

Commit

Permalink
remove pass for codefactor
Browse files Browse the repository at this point in the history
  • Loading branch information
JoranAngevaare authored Aug 12, 2020
1 parent 8ba0f85 commit 0d9724d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion strax/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ def profile_threaded(filename):
monitoring_gil = True
except (RuntimeError, ImportError):
monitoring_gil = False
pass

yappi.start()
yield
Expand Down

0 comments on commit 0d9724d

Please sign in to comment.