You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#2165.
This is not completely correct (it'll trigger on *any* variable named
TYPE_CHECKING) but I think that's acceptable. We should be able to
phase out MYPY once this is in the next release.
Uh oh!
There was an error while loading. Please reload this page.
This ought to replace
MYPY
as a special variable.See https://www.python.org/dev/peps/pep-0484/#runtime-or-type-checking
The text was updated successfully, but these errors were encountered: