Skip to content

Commit b26e054

Browse files
chore(language): delete sample language_python_migration_imports (#12817)
1 parent 47d5b15 commit b26e054

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

language/snippets/cloud-client/v1/quickstart.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@
1818
def run_quickstart():
1919
# [START language_quickstart]
2020
# Imports the Google Cloud client library
21-
# [START language_python_migration_imports]
2221
from google.cloud import language_v1
2322

24-
# [END language_python_migration_imports]
2523
# Instantiates a client
2624
# [START language_python_migration_client]
2725
client = language_v1.LanguageServiceClient()

0 commit comments

Comments
 (0)