Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix annotation for with_query()/update_query() methods #528

Closed
asvetlov opened this issue Oct 12, 2020 · 0 comments · Fixed by #529
Closed

Fix annotation for with_query()/update_query() methods #528

asvetlov opened this issue Oct 12, 2020 · 0 comments · Fixed by #529
Labels

Comments

@asvetlov
Copy link
Member

URL("something").update_query(key=['value1', 'value2']) works but mypy blames that this overload is not available.

The fix is trivial, yarl/__init__.pyi should be updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant