Skip to content

Commit bcf7641

Browse files
committed
formatting
1 parent 1ebf52f commit bcf7641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stagehand/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
from .agent import Agent
44
from .config import StagehandConfig, default_config
55
from .handlers.observe_handler import ObserveHandler
6-
from .main import Stagehand
76
from .llm import LLMClient
87
from .logging import LogConfig, configure_logging
8+
from .main import Stagehand
99
from .metrics import StagehandFunctionName, StagehandMetrics
1010
from .page import StagehandPage
1111
from .schemas import (

0 commit comments

Comments
 (0)