Skip to content

Commit 545db58

Browse files
fix format
1 parent 8b6cd24 commit 545db58

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

stagehand/config.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,8 @@ class StagehandConfig(BaseModel):
9898
alias="localBrowserLaunchOptions",
9999
description="Local browser launch options",
100100
)
101-
use_api: bool = Field(
102-
True, alias="useAPI", description="Whether to use API mode"
103-
)
104-
experimental: bool = Field(
105-
False, description="Enable experimental features"
106-
)
101+
use_api: bool = Field(True, alias="useAPI", description="Whether to use API mode")
102+
experimental: bool = Field(False, description="Enable experimental features")
107103

108104
model_config = ConfigDict(populate_by_name=True)
109105

0 commit comments

Comments
 (0)