Skip to content

Commit 46bc9bf

Browse files
committed
Add a missing MYPY = False
1 parent 2448cec commit 46bc9bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mypy/checker.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858

5959
from mypy import experiments
6060

61+
# Can't use TYPE_CHECKING because it's not in the Python 3.5.1 stdlib
62+
MYPY = False
6163
if MYPY:
6264
from mypy.options import Options
6365

0 commit comments

Comments
 (0)