From 48692575a737a626b1375981f8e47533b507a7b0 Mon Sep 17 00:00:00 2001 From: Noah Negrey Date: Tue, 10 Dec 2019 15:17:31 -0700 Subject: [PATCH] Update transcribe_streaming.py [(#2597)](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/2597) --- .../samples/snippets/transcribe_streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-python-speech/samples/snippets/transcribe_streaming.py b/packages/google-cloud-python-speech/samples/snippets/transcribe_streaming.py index 76829f5ba5a0..de727c221592 100644 --- a/packages/google-cloud-python-speech/samples/snippets/transcribe_streaming.py +++ b/packages/google-cloud-python-speech/samples/snippets/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