Skip to content

Commit 20e25aa

Browse files
committed
Update constant_fold.py
1 parent 609bc86 commit 20e25aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mypyc/irbuild/constant_fold.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@
1616
from mypy.nodes import (
1717
BytesExpr,
1818
ComplexExpr,
19+
DictExpr,
1920
Expression,
2021
FloatExpr,
2122
IntExpr,
2223
MemberExpr,
2324
NameExpr,
2425
OpExpr,
2526
StrExpr,
27+
TupleExpr,
2628
UnaryExpr,
2729
Var,
2830
)

0 commit comments

Comments
 (0)