diff --git a/packages/google-cloud-python-speech/samples/snippets/transcribe.py b/packages/google-cloud-python-speech/samples/snippets/transcribe.py index 26b61d69f1c2..1ff446d43652 100644 --- a/packages/google-cloud-python-speech/samples/snippets/transcribe.py +++ b/packages/google-cloud-python-speech/samples/snippets/transcribe.py @@ -23,7 +23,6 @@ """ import argparse -import io # [START speech_transcribe_sync] @@ -32,6 +31,7 @@ def transcribe_file(speech_file): from google.cloud import speech from google.cloud.speech import enums from google.cloud.speech import types + import io client = speech.SpeechClient() # [START speech_python_migration_sync_request]