Skip to content

Commit 6b95755

Browse files
committed
lint
1 parent 3e766bd commit 6b95755

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/e2e/test_playwright.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
BROWSERBASE_API_KEY,
1212
playwright_basic,
1313
playwright_proxy,
14+
playwright_upload,
1415
playwright_captcha,
1516
playwright_contexts,
1617
playwright_downloads,
17-
playwright_upload,
1818
)
1919

2020
bb = Browserbase(api_key=BROWSERBASE_API_KEY)

examples/playwright_upload.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from pathlib import Path
2+
23
from playwright.sync_api import Playwright, sync_playwright
34

45
from examples import (

0 commit comments

Comments
 (0)