Skip to content

Commit fbf88f6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0cf4c31 commit fbf88f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mypyc/irbuild/for_helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ def make_for_loop_generator(
449449
start = expr.index.start
450450
stop = expr.index.stop
451451
step = expr.index.step
452-
452+
453453
if all(
454454
s is None or isinstance(constant_fold_expr(builder, s), int)
455455
for s in (start, stop, step)
@@ -463,7 +463,7 @@ def make_for_loop_generator(
463463
step=constant_fold_expr(builder, step),
464464
)
465465
return for_list
466-
466+
467467
for_list.init(builder.accept(expr), target_type, reverse=False)
468468
return for_list
469469

0 commit comments

Comments
 (0)