Skip to content

Commit 2209c08

Browse files
Update run-misc.test
1 parent 1a05ceb commit 2209c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/test-data/run-misc.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def f(a: bool, b: bool) -> None:
2525

2626
def g() -> None:
2727
try:
28-
[0][1]
28+
[0][1] # type: ignore [index-range]
2929
y = 1
3030
except Exception:
3131
pass

0 commit comments

Comments
 (0)