Skip to content

Commit 2c6cce3

Browse files
lint
1 parent 810a06a commit 2c6cce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vyper/venom/passes/remove_unused_variables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from vyper.utils import OrderedSet, uniq
22
from vyper.venom.analysis import DFGAnalysis, LivenessAnalysis
33
from vyper.venom.basicblock import IRInstruction
4-
from vyper.venom.passes.base_pass import InstUpdater, IRPass
4+
from vyper.venom.passes.base_pass import IRPass
55

66

77
class RemoveUnusedVariablesPass(IRPass):

0 commit comments

Comments
 (0)