We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e5f98 commit e49174cCopy full SHA for e49174c
stagehand/config.py
@@ -1,7 +1,6 @@
1
import os
2
-from typing import Any, Callable, Literal, Optional, Union
+from typing import Any, Callable, Literal, Optional
3
4
-from browserbase.types import SessionCreateParams as BrowserbaseSessionCreateParams
5
from pydantic import BaseModel, ConfigDict, Field, field_validator
6
7
from stagehand.schemas import AvailableModel
0 commit comments