server: python formatting

This commit is contained in:
Koushik Dutta
2024-11-21 14:53:16 -08:00
parent cd0ab104ea
commit 2c5b79291f
10 changed files with 501 additions and 269 deletions

View File

@@ -1,5 +1,6 @@
import typing
async def writeWorkerGenerator(gen, out: typing.TextIO):
try:
async for item in gen: