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
typing.ClassVar was added in Python 3.5.3, but it's missing in typeshed. Since mypy 0.470 supports PEP 526, it'd be really nice to have a possibility to use it, even without declared semantics (I believe this is something mypy devs should implement anyway).