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
@galcik All behaviour you see is expected. What you want is lower bound, while mypy only supports upper bounds for type variables, see discussions at the end of #3737, which I think this issue is a duplicate of.
Mypy (0.641) fails with:
Revealed types of return values:
The text was updated successfully, but these errors were encountered: