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
a module is type checked only if it imports the module typing.
This is wrong. Instead, it would make more sense for this page to explain to that whenever you use Any, Iterable or such, they must be imported from typing.
The text was updated successfully, but these errors were encountered:
This page: http://mypy.readthedocs.org/en/latest/basics.html still claims
This is wrong. Instead, it would make more sense for this page to explain to that whenever you use
Any
,Iterable
or such, they must be imported fromtyping
.The text was updated successfully, but these errors were encountered: