From 5927a8025bb25259a5abae9e44b9b226f0096255 Mon Sep 17 00:00:00 2001 From: z80 Date: Tue, 1 Oct 2024 18:57:30 -0400 Subject: [PATCH] fix: lint --- vyper/semantics/analysis/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vyper/semantics/analysis/utils.py b/vyper/semantics/analysis/utils.py index 7522f30415..752090a487 100644 --- a/vyper/semantics/analysis/utils.py +++ b/vyper/semantics/analysis/utils.py @@ -1,5 +1,5 @@ import itertools -from typing import Callable, Dict, Iterable, List +from typing import Callable, Iterable, List from vyper import ast as vy_ast from vyper.exceptions import (