| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@dhermes @lukesneeringer this is ready for review. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM I'm amazed this PR was so easy.
Sorry, something went wrong.
Same. Will merge when CI is green. |
Sorry, something went wrong.
…3625) * Remove references to google.cloud.operation from spanner * Remove unused import
…3625) * Remove references to google.cloud.operation from spanner * Remove unused import
…3625) * Remove references to google.cloud.operation from spanner * Remove unused import
* Remove references to google.cloud.operation from spanner * Remove unused import
| Back | FazBrowse Home | New Git URL |
Spanner's docstrings were actually incorrect, as spanner is using gax futures but was documented as using google.cloud.operation. gax futures will be replaced by google.cloud.future.operation and in the meantime the interface is the same. This change removes references to google.cloud.operation.
This is not a breaking change for spanner.
Towards #3617