Skip to content

Commit 662b030

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5d48f2e commit 662b030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/for_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def make_for_loop_generator(
446446
if isinstance(expr, IndexExpr) and isinstance(expr.index, SliceExpr):
447447
# TODO: maybe we must not apply this optimization to list type specifically
448448
# because the need to check length changes at each iteration?
449-
449+
450450
def constant_fold_or_none(expr: Expression | None) -> Any:
451451
return None if expr is None else constant_fold_expr(builder, expr)
452452

0 commit comments

Comments
 (0)