Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion speech/cloud-client/transcribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"""

import argparse
import io


# [START speech_transcribe_sync]
Expand All @@ -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]
Expand Down