cleanup storages

This commit is contained in:
Yannick Stephan
2025-02-20 13:21:41 +01:00
parent 32e489865c
commit c7bc2c63cf
6 changed files with 142 additions and 154 deletions

View File

@@ -44,5 +44,3 @@ async def print_stream(stream):
async for chunk in stream:
if chunk:
print(chunk, end="", flush=True)