From 965cd367d7eba2ea20d0e1eaffefad372242ded9 Mon Sep 17 00:00:00 2001 From: Takashi Matsuo Date: Tue, 12 May 2020 18:22:36 -0700 Subject: [PATCH] chore: some lint fixes [(#3750)](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/3750) --- speech/microphone/transcribe_streaming_infinite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speech/microphone/transcribe_streaming_infinite.py b/speech/microphone/transcribe_streaming_infinite.py index f45b82cf90be..759842b476d0 100644 --- a/speech/microphone/transcribe_streaming_infinite.py +++ b/speech/microphone/transcribe_streaming_infinite.py @@ -28,9 +28,9 @@ # [START speech_transcribe_infinite_streaming] -import time import re import sys +import time from google.cloud import speech import pyaudio