Skip to content

Commit

Permalink
cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
trocher committed Feb 21, 2024
1 parent 8e6e8d1 commit 0aa4fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/semantics/analysis/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
EventT,
FlagT,
HashMapT,
IntegerT,
SArrayT,
StringT,
StructT,
Expand All @@ -59,7 +60,6 @@
map_void,
)
from vyper.semantics.types.function import ContractFunctionT, MemberFunctionT, StateMutability
from vyper.semantics.types.primitives import IntegerT
from vyper.semantics.types.utils import type_from_annotation


Expand Down

0 comments on commit 0aa4fa6

Please sign in to comment.