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
passes mypy silently, although obviously fails at runtime. This is similar to #2428 but the reason is a bit different: it is related to how typeshed stubs are organized. This is also a bit more difficult to fix than #2428.
The text was updated successfully, but these errors were encountered:
This code:
passes mypy silently, although obviously fails at runtime. This is similar to #2428 but the reason is a bit different: it is related to how typeshed stubs are organized. This is also a bit more difficult to fix than #2428.
The text was updated successfully, but these errors were encountered: