Skip to content

Commit 8463309

Browse files
revert more files
1 parent 7e0cf6f commit 8463309

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

stagehand/types/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
TreeResult,
1515
)
1616
from .agent import (
17-
AgentConfig
17+
AgentConfig,
1818
)
1919
from .llm import (
2020
ChatMessage,

stagehand/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -856,8 +856,6 @@ def transform_model(model_cls, path=[]): # noqa: F841 B006
856856
Returns:
857857
Tuple of (transformed_model_cls, url_paths)
858858
"""
859-
if path is None:
860-
path = []
861859

862860
# Get model fields based on Pydantic version
863861
try:

0 commit comments

Comments
 (0)