-
Notifications
You must be signed in to change notification settings - Fork 317
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
abstract method for "requests" has different signature to implementations. #511
Comments
Thanks! For reference though, can you share the specific code/command(s) you ran that resulted in these errors? That way I can make sure the team has the relevant information to review and reproduce this. |
I'm trying to create some type checking stubs via |
Thanks for following up. If you'd like to report an issue with the Dropbox Python SDK, please let us know the specific steps we can use to reproduce the issue here. Thanks! |
If you look at your code ( |
Thanks! I'll send this along to the team. |
Describe the bug
Was attempting to create some good type stubs and got these errors:
Tracked down the to abstract method signatures in
DropboxBase
andDropTeamBase
being different to that in_DropboxTransport
.To Reproduce
Follow steps in CONTRIBUTING.md for the
typeshed
repository.Expected Behavior
No error above.
Actual Behavior
Errors as indicated.
Screenshots
N/A
Versions
v12.0.2
Python
Distributor ID: Ubuntu
Description: Ubuntu 22.04.4 LTS
Release: 22.04
Codename: jammy
Additional context
Solution is probably to make abstract signatures match the implementation in
_DropboxTransport
.The text was updated successfully, but these errors were encountered: