Skip to content

Commit 3e5b054

Browse files
fix: missing import
1 parent 09d7a38 commit 3e5b054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/for_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
TypeAlias,
3131
Var,
3232
)
33-
from mypy.types import LiteralType, TupleType, get_proper_type
33+
from mypy.types import LiteralType, TupleType, get_proper_type, get_proper_types
3434
from mypyc.ir.ops import (
3535
ERR_NEVER,
3636
BasicBlock,

0 commit comments

Comments
 (0)