Skip to content

Commit 22651fe

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 869616c commit 22651fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/constant_fold.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def constant_fold_expr(builder: IRBuilder, expr: Expression) -> ConstantValue |
101101
return base[begin_index:end_index:stride]
102102
except Exception:
103103
return None
104-
104+
105105
index = constant_fold_expr(builder, index_expr)
106106
if index is not None:
107107
try:

0 commit comments

Comments
 (0)