Skip to content

Commit c33abbf

Browse files
committed
Fix whitespace in opcode.py
1 parent 039b14d commit c33abbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/opcode.py

+1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ def jabs_op(name, op):
153153
jabs_op('POP_JUMP_IF_NOT_NONE', 128)
154154
jabs_op('POP_JUMP_IF_NONE', 129)
155155
def_op('RAISE_VARARGS', 130) # Number of raise arguments (1, 2, or 3)
156+
156157
def_op('MAKE_FUNCTION', 132) # Flags
157158
def_op('BUILD_SLICE', 133) # Number of items
158159
jabs_op('JUMP_NO_INTERRUPT', 134) # Target byte offset from beginning of code

0 commit comments

Comments
 (0)