From 4d3c921b223739bb3d35e85a457ebd2d54ec761e Mon Sep 17 00:00:00 2001 From: Noah Negrey Date: Tue, 10 Dec 2019 15:08:53 -0700 Subject: [PATCH] Update transcribe_streaming.py --- speech/cloud-client/transcribe_streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speech/cloud-client/transcribe_streaming.py b/speech/cloud-client/transcribe_streaming.py index 76829f5ba5a0..de727c221592 100644 --- a/speech/cloud-client/transcribe_streaming.py +++ b/speech/cloud-client/transcribe_streaming.py @@ -21,12 +21,12 @@ """ import argparse -import io # [START speech_transcribe_streaming] def transcribe_streaming(stream_file): """Streams transcription of the given audio file.""" + import io from google.cloud import speech from google.cloud.speech import enums from google.cloud.speech import types