-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fix autogenerated protobuf stub's nonexistent import #4815
Comments
Did some investigating, it looks like the trigger for this was syncing typeshed: python/mypy#9794 I'm not sure how to fix, since the file is autogenerated, so cc @nipunn1313 |
(In case Nipunn doesn't see this soon, just removing |
I think this should helps prevent issues like python#4815
I think this should helps prevent issues like #4815 Co-authored-by: hauntsaninja <>
Works around python#4815, although a proper fix is needed.
Works around #4815, although a proper fix is needed.
I have replaced the missing import with |
Fixed! My mistake. |
My PR (#4814) is failing tests in a part I didn't touch:
(and repeated for other versions). The same seems to be happening for other recent PRs, e.g. #4813 and #4811.
The text was updated successfully, but these errors were encountered: