From 1aa466e8e28e049efdb676e1bb1beb453529faef Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 15:57:26 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Auto=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/playwright/sql_databases/image02.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/playwright/sql_databases/image02.py b/scripts/playwright/sql_databases/image02.py index 7a606329f4..8cab09e689 100644 --- a/scripts/playwright/sql_databases/image02.py +++ b/scripts/playwright/sql_databases/image02.py @@ -34,7 +34,7 @@ try: time.sleep(1) else: raise RuntimeError("Server did not start in time") - + with sync_playwright() as playwright: run(playwright) finally: