Skip to content

Commit

Permalink
lint^2
Browse files Browse the repository at this point in the history
  • Loading branch information
harkal committed May 24, 2024
1 parent 5133ac2 commit 3fea134
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vyper/venom/passes/branch_optimization.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from vyper.venom.analysis.cfg import CFGAnalysis
from vyper.venom.analysis.dfg import DFGAnalysis
from vyper.venom.analysis.liveness import LivenessAnalysis
from vyper.venom.basicblock import IRInstruction, IROperand, IRVariable
from vyper.venom.basicblock import IRInstruction, IROperand
from vyper.venom.passes.base_pass import IRPass


Expand Down

0 comments on commit 3fea134

Please sign in to comment.