From ecc002f7af05a1fb6780c18658b64a49fc4c4f48 Mon Sep 17 00:00:00 2001 From: laurent Date: Thu, 31 Jul 2025 17:38:34 +0200 Subject: [PATCH] Formatting. --- scripts/tts_rust_server.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/tts_rust_server.py b/scripts/tts_rust_server.py index a67cea5..8396e04 100644 --- a/scripts/tts_rust_server.py +++ b/scripts/tts_rust_server.py @@ -89,7 +89,6 @@ async def output_audio(out: str, output_queue: asyncio.Queue[np.ndarray | None]) print(f"Saved audio to {out}") - async def read_lines_from_stdin(): reader = asyncio.StreamReader() protocol = asyncio.StreamReaderProtocol(reader)