Skip to content

Commit 6bbb9cf

Browse files
committed
fix name err
1 parent fad0915 commit 6bbb9cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mypyc/irbuild/expression.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@
115115
from mypyc.primitives.str_ops import str_slice_op
116116
from mypyc.primitives.tuple_ops import list_tuple_op, tuple_slice_op
117117

118+
ConstantValueTuple = ConstantValue | tuple["ConstantValueTuple", ...]
119+
118120
# Name and attribute references
119121

120122

0 commit comments

Comments
 (0)