Skip to content

Commit 2f7a41e

Browse files
committed
so formatted
1 parent a258f9f commit 2f7a41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stagehand/agent/google_cua.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
GenerateContentConfig,
1515
Part,
1616
)
17+
from pydantic import TypeAdapter
1718

1819
from ..handlers.cua_handler import CUAHandler
1920
from ..types.agent import (
@@ -25,7 +26,6 @@
2526
AgentResult,
2627
)
2728
from .client import AgentClient
28-
from pydantic import TypeAdapter
2929

3030
load_dotenv()
3131

0 commit comments

Comments
 (0)