Skip to content

Commit c000350

Browse files
committed
black
1 parent 5aabea2 commit c000350

File tree

1 file changed

+0
-1
lines changed
  • src/aleph/vm/orchestrator

1 file changed

+0
-1
lines changed

src/aleph/vm/orchestrator/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ async def run_instances(instances: list[ItemHash]) -> None:
251251
# Watching for updates on this instance will therefore not work.
252252
pubsub: Optional[PubSub] = None
253253

254-
255254
await asyncio.gather(*[start_instance(instance_id, pubsub, pool) for instance_id in instances])
256255
await asyncio.Event().wait() # wait forever
257256

0 commit comments

Comments
 (0)