Skip to content

Commit be1a4e3

Browse files
Update constant_fold.py
1 parent 97fc66d commit be1a4e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mypyc/irbuild/constant_fold.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,17 @@
1515
from mypy.constant_fold import constant_fold_binary_op, constant_fold_unary_op
1616
from mypy.nodes import (
1717
BytesExpr,
18+
CallExpr,
1819
ComplexExpr,
1920
Expression,
2021
FloatExpr,
2122
IntExpr,
23+
ListExpr,
2224
MemberExpr,
2325
NameExpr,
2426
OpExpr,
2527
StrExpr,
28+
TupleExpr,
2629
UnaryExpr,
2730
Var,
2831
)

0 commit comments

Comments
 (0)