We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
URL("something").update_query(key=['value1', 'value2']) works but mypy blames that this overload is not available.
URL("something").update_query(key=['value1', 'value2'])
The fix is trivial, yarl/__init__.pyi should be updated
yarl/__init__.pyi
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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 updatedThe text was updated successfully, but these errors were encountered: