Skip to content

Commit

Permalink
lint: unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalpharush committed Apr 4, 2023
1 parent 92d3e4f commit d1b9e82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/unit/core/test_fallback_receive.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from pathlib import Path
from solc_select import solc_select

from slither import Slither
from slither.core.declarations.function import FunctionType
Expand Down
2 changes: 0 additions & 2 deletions tests/unit/utils/test_upgradeability_util.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import os
from pathlib import Path

from solc_select import solc_select

from slither import Slither
from slither.core.expressions import Literal
from slither.utils.upgradeability import (
Expand Down

0 comments on commit d1b9e82

Please sign in to comment.