Skip to content

Commit 4132d32

Browse files
committed
Fix test on 3.9
1 parent ed86709 commit 4132d32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mypyc/test-data/run-bools.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ True
1515
False
1616

1717
[case testBoolOps]
18+
from __future__ import annotations
19+
1820
from typing import Optional, Any
1921
MYPY = False
2022
if MYPY:

0 commit comments

Comments
 (0)