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

Incorrect type for parameter 'arguments'. #2

Open
olii opened this issue Mar 23, 2021 · 0 comments · Fixed by baodrate/types-pika#3 · May be fixed by #6
Open

Incorrect type for parameter 'arguments'. #2

olii opened this issue Mar 23, 2021 · 0 comments · Fixed by baodrate/types-pika#3 · May be fixed by #6

Comments

@olii
Copy link

olii commented Mar 23, 2021

arguments: Optional[spec.Queue.DeclareOk] = ...,

Should be:

arguments: Optional[Mapping[str, Any]] = ...,
andersk added a commit to andersk/pika-stubs that referenced this issue Aug 10, 2021
@andersk andersk linked a pull request Aug 10, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant