Skip to content

Commit 89d51dc

Browse files
fix: missing imports
1 parent 9a5224e commit 89d51dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mypyc/irbuild/constant_fold.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
UnaryExpr,
3030
Var,
3131
)
32+
from mypy.types import (
33+
LiteralType,
34+
TupleType,
35+
)
3236
from mypyc.irbuild.builder import IRBuilder
3337
from mypyc.irbuild.util import bytes_from_str
3438

0 commit comments

Comments
 (0)