From 0aa4fa6c1e969dc742342d82afa97ec53ab8e6ca Mon Sep 17 00:00:00 2001 From: trocher <43437004+trocher@users.noreply.github.com> Date: Wed, 21 Feb 2024 19:08:08 +0100 Subject: [PATCH] cleanup imports --- vyper/semantics/analysis/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vyper/semantics/analysis/local.py b/vyper/semantics/analysis/local.py index 2df11eb938..7b2f18fcb0 100644 --- a/vyper/semantics/analysis/local.py +++ b/vyper/semantics/analysis/local.py @@ -49,6 +49,7 @@ EventT, FlagT, HashMapT, + IntegerT, SArrayT, StringT, StructT, @@ -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