8000 docs: Add documentation for enums (#415) · googleapis/python-language@a26c418 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit a26c418

Browse files
docs: Add documentation for enums (#415)
* docs: Add documentation for enums fix: Add context manager return types chore: Update gapic-generator-python to v1.8.1 PiperOrigin-RevId: 503210727 Source-Link: googleapis/googleapis@a391fd1 Source-Link: https://github.com/googleapis/googleapis-gen/commit/0080f830dec37c3384157082bce279e37079ea58 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDA4MGY4MzBkZWMzN2MzMzg0MTU3MDgyYmNlMjc5ZTM3MDc5ZWE1OCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 4821d70 commit a26c418

File tree

6 files changed

+1016
-23
lines changed

6 files changed

+1016
-23
lines changed

google/cloud/language_v1/services/language_service/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ def sample_annotate_text():
10671067
# Done; return the response.
10681068
return response
10691069

1070-
def __enter__(self):
1070+
def __enter__(self) -> "LanguageServiceClient":
10711071
return self
10721072

10731073
def __exit__(self, type, value, traceback):

0 commit comments

Comments
 (0)
0