Skip to content

Commit 68f820f

Browse files
committed
Pacify mypy so it doesn't complain about yet another false positive
1 parent 6a993e0 commit 68f820f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/cases_generator/stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,5 +731,5 @@ def close_variable(var: Local, overwrite: str) -> None:
731731
if output is not None:
732732
output.defined = True
733733
# MyPy false positive
734-
lowest.defined = False # type: ignore
734+
lowest.defined = False # type: ignore[possibly-undefined]
735735
self.flush(out)

0 commit comments

Comments
 (0)