Skip to content

Commit

Permalink
Update vyper/venom/passes/load_elimination.py
Browse files Browse the repository at this point in the history
Fix lint

Co-authored-by: Harry Kalogirou <[email protected]>
  • Loading branch information
charles-cooper and harkal authored Nov 26, 2024
1 parent 9d10858 commit ce5fe9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/venom/passes/load_elimination.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from vyper.venom.effects import Effects
from vyper.venom.analysis import DFGAnalysis, LivenessAnalysis, VarEquivalenceAnalysis
from vyper.venom.effects import Effects
from vyper.venom.passes.base_pass import IRPass


Expand Down

0 comments on commit ce5fe9a

Please sign in to comment.