Skip to content

Commit abd80d2

Browse files
Update specialize.py
1 parent 71025a7 commit abd80d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/specialize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def translate_list_from_generator_call(
316316

317317
result = builder.new_list_op([], expr.line)
318318

319-
def body_insts():
319+
def body_insts() -> None:
320320
builder.primitive_op(list_append_op, [result, index], expr.line)
321321

322322
for_loop_helper(

0 commit comments

Comments
 (0)