Skip to content

Commit 84e54f0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent dabf88e commit 84e54f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jules-scratch/verification/verify_settle_up.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
from playwright.sync_api import sync_playwright, expect
1+
from playwright.sync_api import expect, sync_playwright
2+
23

34
def run(playwright):
45
browser = playwright.chromium.launch(headless=True)
@@ -40,5 +41,6 @@ def run(playwright):
4041
finally:
4142
browser.close()
4243

44+
4345
with sync_playwright() as playwright:
4446
run(playwright)

0 commit comments

Comments
 (0)