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 ab9aa31 commit 141744dCopy full SHA for 141744d
stagehand/browser.py
@@ -14,7 +14,7 @@
14
15
from .context import StagehandContext
16
from .page import StagehandPage
17
-from .utils import StagehandLogger
+from .logging import StagehandLogger
18
19
20
async def connect_browserbase_browser(
stagehand/client.py
@@ -30,10 +30,8 @@
30
from .metrics import StagehandFunctionName, StagehandMetrics
31
32
from .schemas import AgentConfig
33
-from .utils import (
34
- convert_dict_keys_to_camel_case,
35
- make_serializable,
36
-)
+from .utils import make_serializable
+
37
38
load_dotenv()
39
0 commit comments