Skip to content

Commit 1b1d361

Browse files
committed
Fix type annotation
1 parent ef912af commit 1b1d361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/cases_generator/generators_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
StackItem,
99
)
1010
from cwriter import CWriter
11-
from typing import Callable, Mapping, TextIO, Iterator
11+
from typing import Callable, Mapping, TextIO, Iterator, Tuple
1212
from lexer import Token
1313
from stack import Stack
1414

0 commit comments

Comments
 (0)