Skip to content

Commit a8c9415

Browse files
committed
formatting
1 parent 246dabe commit a8c9415

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stagehand/client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@
44
import shutil
55
import tempfile
66
import time
7-
from collections.abc import Awaitable
87
from pathlib import Path
9-
from typing import Any, Callable, Literal, Optional
8+
from typing import Any, Literal, Optional
109

1110
import httpx
1211
from browserbase import Browserbase
13-
from browserbase.types import SessionCreateParams as BrowserbaseSessionCreateParams
1412
from dotenv import load_dotenv
1513
from playwright.async_api import (
1614
BrowserContext,

0 commit comments

Comments
 (0)