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

fix: operation module is properly aliased if necessary #615

Merged
merged 2 commits into from
Sep 22, 2020

Commits on Sep 22, 2020

  1. fix: operation module is properly aliased if necessary

    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
    software-dov committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    299b066 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89b8411 View commit details
    Browse the repository at this point in the history