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
Well, it's a little embarrassing that our parser keeps throwing up =(
I think I've fixed all the issues that came up, pending a GitHub sync and release.
I seem to have a knack for uncovering pytype snags with my typeshed PRs. This time it's python/typeshed#3351. CI failure: https://travis-ci.org/python/typeshed/jobs/597038126
Running pytype manually I get the following output:
I assume, pytype does not support PEP 484's empty tuple syntax yet (
Tuple[()]
).The text was updated successfully, but these errors were encountered: