Skip to content

Commit daeaa50

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/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(expr: Expression, cur_mod_id: str) -> ConstantValue | Non
101101
return base[begin_index:end_index:stride] # type: ignore [index, misc]
102102
except Exception:
103103
return None
104-
104+
105105
index = constant_fold_expr(index_expr, cur_mod_id)
106106
if index is not None:
107107
try:

0 commit comments

Comments
 (0)