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
this seems to have been fixed in python/typeshed#1424
but doesn't seem to have been released yet
so i just realized that mypy bundles its own typeshed, so "all" it'd take to fix this bug is to forward the submodule ref and make a release of mypy itself.
here's the function declaration:
and here's mypy's type hints:
and here's what that should look like:
The text was updated successfully, but these errors were encountered: