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

Typing error when using callback as body #455

Open
davetapley opened this issue May 31, 2022 · 0 comments
Open

Typing error when using callback as body #455

davetapley opened this issue May 31, 2022 · 0 comments

Comments

@davetapley
Copy link

Per the docs passing a callback as body with register_uri causes:

(function) exceptionCallback: (request: Unknown, uri: Unknown, headers: Unknown) -> NoReturn
Argument of type "(request: Unknown, uri: Unknown, headers: Unknown) -> NoReturn" cannot be assigned to parameter "body" of type "str" in function "register_uri"
  "object" is incompatible with "str"```

I see a little bit of typing has made its way in, so am I good to make a PR adding types here?

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

No branches or pull requests

1 participant