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

Module import aliases shouldn't conflict with python builtins #592

Closed
software-dov opened this issue Sep 14, 2020 · 1 comment
Closed

Module import aliases shouldn't conflict with python builtins #592

software-dov opened this issue Sep 14, 2020 · 1 comment
Assignees
Labels
generator Bugs, features, and so forth pertaining to the generated client surface priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@software-dov
Copy link
Contributor

Example is

from google.protobuf import any_pb2 as any  # type: ignore
@software-dov software-dov added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p2 Moderately-important priority. Fix may not be included in next release. generator Bugs, features, and so forth pertaining to the generated client surface labels Sep 14, 2020
@software-dov software-dov self-assigned this Sep 14, 2020
@software-dov
Copy link
Contributor Author

Fixed by #595

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
generator Bugs, features, and so forth pertaining to the generated client surface priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

1 participant