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
I believe this is a duplicate of #3775. Essentially, mypy's name resolution rules are slightly different from CPython's, so the class namespace is searched before the global namespace.
This code:
Leads to:
One workaround is:
So it's not too bad.
The text was updated successfully, but these errors were encountered: