Formatting.
This commit is contained in:
parent
94e271b69a
commit
ecc002f7af
|
|
@ -89,7 +89,6 @@ async def output_audio(out: str, output_queue: asyncio.Queue[np.ndarray | None])
|
||||||
print(f"Saved audio to {out}")
|
print(f"Saved audio to {out}")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
async def read_lines_from_stdin():
|
async def read_lines_from_stdin():
|
||||||
reader = asyncio.StreamReader()
|
reader = asyncio.StreamReader()
|
||||||
protocol = asyncio.StreamReaderProtocol(reader)
|
protocol = asyncio.StreamReaderProtocol(reader)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user