fix: operation module is properly aliased if necessary by software-dov · Pull Request #615 · googleapis/gapic-generator-python · GitHub
Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

fix: operation module is properly aliased if necessary#615

Merged
software-dov merged 2 commits into
googleapis:masterfrom
software-dov:operation-mindcrime
Sep 22, 2020
Merged

fix: operation module is properly aliased if necessary#615
software-dov merged 2 commits into
googleapis:masterfrom
software-dov:operation-mindcrime

Conversation

@software-dov

Copy link
Copy Markdown
Contributor

Some APIs define their own module named 'operation' that naively
clashes with google.api_core.operation.
Both modules are imported with a disambiguating alias, but the alias
was not always referenced for the api_core submodule.

This change fixes that issue. Fix for #610

Some APIs define their own module named 'operation' that naively
clashes with google.api_core.operation.
Both modules are imported with a disambiguating alias, but the alias
was not always referenced for the api_core submodule.

This change fixes that issue. Fix for googleapis#610
@google-cla google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 22, 2020
@codecov

codecov Bot commented Sep 22, 2020

Copy link
Copy Markdown

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants