You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Per the docs passing a callback as
body
withregister_uri
causes:I see a little bit of
typing
has made its way in, so am I good to make a PR adding types here?The text was updated successfully, but these errors were encountered: