Skip to content

Commit 8add115

Browse files
Update constant_fold.py
1 parent 6a25595 commit 8add115

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypyc/irbuild/constant_fold.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
UnaryExpr,
2929
Var,
3030
)
31+
from mypyc.ir.ops import Value
3132
from mypyc.irbuild.util import bytes_from_str
3233

3334
if TYPE_CHECKING:

0 commit comments

Comments
 (0)