Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
montyly committed Oct 17, 2024
1 parent 1941e91 commit 1ae2e9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion slither/slithir/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
)
from slither.core.solidity_types.type import Type
from slither.core.solidity_types.type_alias import TypeAliasTopLevel, TypeAlias
from slither.core.variables.function_type_variable import FunctionTypeVariable
from slither.core.variables.state_variable import StateVariable
from slither.core.variables.variable import Variable
from slither.slithir.exceptions import SlithIRError
Expand Down

0 comments on commit 1ae2e9e

Please sign in to comment.