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
fix(mypy): properly describe link between parameter and return types
This gives mypy all information that it needs to determine what the
return type of a function call is *iff* it knows the argument's type.
As a result it can now stop complaining about passing None to str.join()
in exc.py.
0 commit comments