Skip to content

Commit 43501a0

Browse files
committed
formatting
1 parent 141744d commit 43501a0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

stagehand/browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
)
1414

1515
from .context import StagehandContext
16-
from .page import StagehandPage
1716
from .logging import StagehandLogger
17+
from .page import StagehandPage
1818

1919

2020
async def connect_browserbase_browser(

stagehand/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import os
33
import signal
44
import sys
5-
import tempfile
65
import time
76
from pathlib import Path
87
from typing import Any, Literal, Optional
@@ -32,7 +31,6 @@
3231
from .schemas import AgentConfig
3332
from .utils import make_serializable
3433

35-
3634
load_dotenv()
3735

3836

0 commit comments

Comments
 (0)