Skip to content

Commit 3f18ed0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 558dee1 commit 3f18ed0

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
@@ -85,7 +85,7 @@ def constant_fold_expr(expr: Expression, cur_mod_id: str) -> ConstantValue | Non
8585
return base[index] # type: ignore [index]
8686
except Exception:
8787
return None
88-
88+
8989
if index_expr.begin_index is None:
9090
begin_index = None
9191
else:

0 commit comments

Comments
 (0)