We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed86709 commit 4132d32Copy full SHA for 4132d32
mypyc/test-data/run-bools.test
@@ -15,6 +15,8 @@ True
15
False
16
17
[case testBoolOps]
18
+from __future__ import annotations
19
+
20
from typing import Optional, Any
21
MYPY = False
22
if MYPY:
0 commit comments