Skip to content

Commit

Permalink
Fix style issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiy-storchaka committed Oct 19, 2018
1 parent 2a8b69e commit 61f6731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bytecode/tests/test_instr.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ def test_stack_effects(self):
# Verify all opcodes are handled and that "jump=None" really returns
# the max of the other cases.
from bytecode.concrete import ConcreteInstr

def check(instr):
jump = instr.stack_effect(jump=True)
no_jump = instr.stack_effect(jump=False)
Expand Down

0 comments on commit 61f6731

Please sign in to comment.