mirror of
https://github.com/koush/scrypted.git
synced 2026-06-20 16:40:30 +01:00
server: python formatting
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import typing
|
||||
|
||||
|
||||
async def writeWorkerGenerator(gen, out: typing.TextIO):
|
||||
try:
|
||||
async for item in gen:
|
||||
|
||||
Reference in New Issue
Block a user