mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-12-14 19:16:16 +00:00
feat: small fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from typing import Protocol
|
||||
import typing
|
||||
|
||||
|
||||
class STTProtocol(Protocol):
|
||||
class STTProtocol(typing.Protocol):
|
||||
async def speech_to_text(self, audio: bytes) -> str:
|
||||
...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user