Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02586f1 commit 63f46f4Copy full SHA for 63f46f4
zulip/integrations/zephyr/zephyr_mirror.py
@@ -43,7 +43,7 @@ async def run_shard(shard: str) -> int:
43
process = await asyncio.create_subprocess_exec(*args, f"--shard={shard}")
44
return await process.wait()
45
46
- async def run_shards():
+ async def run_shards() -> None:
47
for coro in asyncio.as_completed(map(run_shard, shards)):
48
await coro
49
print("A mirroring shard died!")
0 commit comments