Skip to content

Commit 61db6ea

Browse files
formatting
1 parent 5b68193 commit 61db6ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stagehand/main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,9 @@ async def init(self):
453453

454454
self._initialized = True
455455

456-
async def _connect_local_browser_threaded(self, playwright, launch_options, stagehand, logger):
456+
async def _connect_local_browser_threaded(
457+
self, playwright, launch_options, stagehand, logger
458+
):
457459
"""Connect to local browser using the threaded Playwright instance."""
458460
return await self._playwright_runner.run_coroutine_async(
459461
connect_local_browser(playwright, launch_options, stagehand, logger)

0 commit comments

Comments
 (0)