Skip to content

Commit

Permalink
Addressing some LGTM warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Aug 2, 2022
1 parent e0dd89b commit 43ab9e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion scalene/replacement_fork.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os

from scalene.scalene_profiler import Scalene
from scalene.scalene_signals import ScaleneSignals


@Scalene.shim
Expand Down
2 changes: 1 addition & 1 deletion scalene/replacement_mp_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import threading
from typing import Any

import _multiprocessing
# import _multiprocessing

from scalene.scalene_profiler import Scalene

Expand Down

0 comments on commit 43ab9e7

Please sign in to comment.