Skip to content

Commit

Permalink
Type re-added function
Browse files Browse the repository at this point in the history
  • Loading branch information
ayjayt committed Jan 29, 2025
1 parent 925da3c commit 974283e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion choreographer/cli/_cli_utils_no_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def diagnose() -> None:
finally:
print("Done with sync test headless".center(50, "*"))

async def test_headless():
async def test_headless() -> None:
browser = await Browser(debug=True, debug_browser=True, headless=headless)
await asyncio.sleep(3)
await browser.close()
Expand Down

0 comments on commit 974283e

Please sign in to comment.