Skip to content

Commit b95facd

Browse files
missing import
1 parent f22d8ac commit b95facd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/ll_builder.py

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

99
import sys
1010
from collections.abc import Sequence
11-
from typing import Callable, Final, Optional
11+
from typing import Callable, Final, Optional, cast
1212
from typing_extensions import TypeGuard
1313

1414
from mypy.argmap import map_actuals_to_formals

0 commit comments

Comments
 (0)