Browse Source

🎨 Auto format

pull/14682/head
pre-commit-ci-lite[bot] 6 months ago
committed by GitHub
parent
commit
1aa466e8e2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      scripts/playwright/sql_databases/image02.py

2
scripts/playwright/sql_databases/image02.py

@ -34,7 +34,7 @@ try:
time.sleep(1) time.sleep(1)
else: else:
raise RuntimeError("Server did not start in time") raise RuntimeError("Server did not start in time")
with sync_playwright() as playwright: with sync_playwright() as playwright:
run(playwright) run(playwright)
finally: finally:

Loading…
Cancel
Save