Skip to content

Commit 8342457

Browse files
committed
Update run-misc.test
1 parent 667ae47 commit 8342457

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)