Skip to content

Commit

Permalink
[bugfix] Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext committed Dec 30, 2024
1 parent 48e3ed9 commit 46c3b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speech_recognition/recognizers/whisper_local/whisper.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

from typing import TYPE_CHECKING, Any, Literal, TypedDict
from typing import TYPE_CHECKING, Literal, TypedDict

from speech_recognition.audio import AudioData
from speech_recognition.recognizers.whisper_local.base import (
Expand Down

0 comments on commit 46c3b75

Please sign in to comment.