Skip to content

Commit

Permalink
bugfix: Fix flake8 F401
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext committed Nov 5, 2024
1 parent affab62 commit 1fb4c0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion speech_recognition/microphone.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from __future__ import annotations

import audioop
from typing import TYPE_CHECKING

if TYPE_CHECKING:
Expand Down

0 comments on commit 1fb4c0c

Please sign in to comment.