Skip to content

Commit d63eafc

Browse files
Update format_str_tokenizer.py
1 parent f7640fc commit d63eafc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypyc/irbuild/format_str_tokenizer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
is_str_rprimitive,
2424
)
2525
from mypyc.irbuild.builder import IRBuilder
26+
from mypyc.irbuild.constant_fold import constant_fold_expr
2627
from mypyc.primitives.bytes_ops import bytes_build_op
2728
from mypyc.primitives.int_ops import int_to_str_op
2829
from mypyc.primitives.str_ops import str_build_op, str_op

0 commit comments

Comments
 (0)