Skip to content

Commit fea651d

Browse files
Update ll_builder.py
1 parent 2580b10 commit fea651d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mypyc/irbuild/ll_builder.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
import sys
1010
from collections.abc import Sequence
11-
from typing import Callable, Final, Optional, TypeGuard
11+
from typing import Callable, Final, Optional
12+
13+
from typing_extensions import TypeGuard
1214

1315
from mypy.argmap import map_actuals_to_formals
1416
from mypy.nodes import ARG_POS, ARG_STAR, ARG_STAR2, ArgKind

0 commit comments

Comments
 (0)