Skip to content

Commit c329a4b

Browse files
committed
removed unused import
1 parent 873319a commit c329a4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

slither/slithir/operations/new_contract.py

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from slither.core.solidity_types import UserDefinedType
77
from slither.slithir.operations import Call, OperationWithLValue
88
from slither.slithir.utils.utils import is_valid_lvalue
9-
from slither.slithir.variables.constant import Constant
109
from slither.slithir.variables.temporary import TemporaryVariable
1110
from slither.slithir.variables.temporary_ssa import TemporaryVariableSSA
1211

0 commit comments

Comments
 (0)