mirror of
https://github.com/home-assistant/core.git
synced 2025-11-05 17:09:32 +00:00
Update ruff to v0.0.280 (#97102)
This commit is contained in:
@@ -111,7 +111,7 @@ async def websocket_run(
|
||||
|
||||
if start_stage == PipelineStage.STT:
|
||||
# Audio pipeline that will receive audio as binary websocket messages
|
||||
audio_queue: "asyncio.Queue[bytes]" = asyncio.Queue()
|
||||
audio_queue: asyncio.Queue[bytes] = asyncio.Queue()
|
||||
incoming_sample_rate = msg["input"]["sample_rate"]
|
||||
|
||||
async def stt_stream() -> AsyncGenerator[bytes, None]:
|
||||
|
||||
Reference in New Issue
Block a user