Skip to content

Commit

Permalink
Remove accidental commmit
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaye committed Sep 27, 2023
1 parent 14efa47 commit 2da8e81
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions trafficlight/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,6 @@ async def startup() -> None:
if kiwi.kiwi_client:
await kiwi.kiwi_client.start_run()

async def wait_for_done() -> None:
try:
if suite.done() for suite in get_testsuites():
if suite.done()
logger.info("Everything done!")
await app.shutdown()

app.add_background_task(
wait_for_done,
)

@app.after_serving
async def shutdown() -> None:
adapter.stop_background_tasks = True
Expand Down

0 comments on commit 2da8e81

Please sign in to comment.