Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Commit 69a90f6

Browse files
Takashi Matsuobusunkim96
Takashi Matsuo
authored andcommitted
chore: some lint fixes [(#3750)](GoogleCloudPlatform/python-docs-samples#3750)
1 parent 0b999c6 commit 69a90f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/microphone/transcribe_streaming_infinite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828

2929
# [START speech_transcribe_infinite_streaming]
3030

31-
import time
3231
import re
3332
import sys
33+
import time
3434

3535
from google.cloud import speech
3636
import pyaudio

0 commit comments

Comments
 (0)