Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalpharush committed Apr 7, 2024
1 parent 873319a commit c329a4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion slither/slithir/operations/new_contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from slither.core.solidity_types import UserDefinedType
from slither.slithir.operations import Call, OperationWithLValue
from slither.slithir.utils.utils import is_valid_lvalue
from slither.slithir.variables.constant import Constant
from slither.slithir.variables.temporary import TemporaryVariable
from slither.slithir.variables.temporary_ssa import TemporaryVariableSSA

Expand Down

0 comments on commit c329a4b

Please sign in to comment.