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 f28c506 commit ef25b01Copy full SHA for ef25b01
ext/django_stubs_ext/compat.py
@@ -1,4 +1,2 @@
1
-from typing import Literal
2
-
3
# Magic constant that mypy overrides to True during type checking
4
-MYPY: Literal[False]
+MYPY: bool = False
0 commit comments