Skip to content

Commit 0c5e974

Browse files
fix missing import
1 parent 0544fb1 commit 0c5e974

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy/constant_fold.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
from mypy.nodes import (
1111
ComplexExpr,
12+
ConditionalExpr,
1213
Expression,
1314
FloatExpr,
1415
IntExpr,

0 commit comments

Comments
 (0)