Skip to content

Commit 11cd038

Browse files
committed
formatting
1 parent 7744a3e commit 11cd038

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

stagehand/page.py

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -486,13 +486,15 @@ async def _wait_for_settled_dom(self, timeout_ms: int = None):
486486
await client.send("Page.enable")
487487
await client.send(
488488
"Target.setAutoAttach",
489-
{"autoAttach": True,
490-
"waitForDebuggerOnStart": False,
491-
"flatten": True,
492-
"filter": [
493-
{ "type" : "worker", "exclude": True},
494-
{ "type": "shared_worker", "exclude": True }
495-
]},
489+
{
490+
"autoAttach": True,
491+
"waitForDebuggerOnStart": False,
492+
"flatten": True,
493+
"filter": [
494+
{"type": "worker", "exclude": True},
495+
{"type": "shared_worker", "exclude": True},
496+
],
497+
},
496498
)
497499

498500
# Set up tracking structures

0 commit comments

Comments
 (0)