Skip to content

Commit ddb79a7

Browse files
nnegreybusunkim96
authored andcommitted
Update transcribe_streaming.py (GoogleCloudPlatform#2597)
1 parent a09ca74 commit ddb79a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speech/cloud-client/transcribe_streaming.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"""
2222

2323
import argparse
24-
import io
2524

2625

2726
# [START speech_transcribe_streaming]
2827
def transcribe_streaming(stream_file):
2928
"""Streams transcription of the given audio file."""
29+
import io
3030
from google.cloud import speech
3131
from google.cloud.speech import enums
3232
from google.cloud.speech import types

0 commit comments

Comments
 (0)