We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558dee1 commit 3f18ed0Copy full SHA for 3f18ed0
mypy/constant_fold.py
@@ -85,7 +85,7 @@ def constant_fold_expr(expr: Expression, cur_mod_id: str) -> ConstantValue | Non
85
return base[index] # type: ignore [index]
86
except Exception:
87
return None
88
-
+
89
if index_expr.begin_index is None:
90
begin_index = None
91
else:
0 commit comments