Skip to content

Commit

Permalink
Merge pull request #2408 from crytic/chore/pylint
Browse files Browse the repository at this point in the history
removed unused import
  • Loading branch information
0xalpharush authored Apr 7, 2024
2 parents 9388750 + c329a4b commit 118c916
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 118c916

Please sign in to comment.