We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d7a38 commit 3e5b054Copy full SHA for 3e5b054
mypyc/irbuild/for_helpers.py
@@ -30,7 +30,7 @@
30
TypeAlias,
31
Var,
32
)
33
-from mypy.types import LiteralType, TupleType, get_proper_type
+from mypy.types import LiteralType, TupleType, get_proper_type, get_proper_types
34
from mypyc.ir.ops import (
35
ERR_NEVER,
36
BasicBlock,
0 commit comments