Skip to content

Commit f1937c5

Browse files
committed
remove six
1 parent 6121a0b commit f1937c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

coderbot/audio.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
import audioop
2626
import pyaudio
2727
import alsaaudio
28-
29-
from six.moves import queue
28+
import queue
3029
# [END import_libraries]
3130

3231
# Audio recording parameters

0 commit comments

Comments
 (0)