Skip to content

fix args/kwargs type annotations #85

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tlambert03
Copy link

This fixes the type annotations for *args, **kwargs in a number of places, where *args: tuple, **kwargs: dict[str, Any] was being used. That implies that the value of every arg is a tuple and the value of every kwarg is a dict (not just that args itself will become a tuple and kwargs itself will become a dict) which is likely not what was intended.

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

Successfully merging this pull request may close these issues.

1 participant