We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d5b15 commit b26e054Copy full SHA for b26e054
language/snippets/cloud-client/v1/quickstart.py
@@ -18,10 +18,8 @@
18
def run_quickstart():
19
# [START language_quickstart]
20
# Imports the Google Cloud client library
21
- # [START language_python_migration_imports]
22
from google.cloud import language_v1
23
24
- # [END language_python_migration_imports]
25
# Instantiates a client
26
# [START language_python_migration_client]
27
client = language_v1.LanguageServiceClient()
0 commit comments