Skip to content

Commit cfcca94

Browse files
committed
formatting
1 parent f09bab5 commit cfcca94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stagehand/context.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ async def _handle_page_close(self, closing_page: StagehandPage):
147147
Uses the page switch lock to prevent race conditions with ongoing operations.
148148
"""
149149
try:
150+
150151
async def handle_with_lock():
151152
async with self.stagehand._page_switch_lock:
152153
if self.active_stagehand_page is not closing_page:

0 commit comments

Comments
 (0)