Skip to content

Commit 5659f0e

Browse files
committed
Merge branch 'snake-case-field' of https://github.com/google-a2a/a2a-python into snake-case-field
2 parents b1fa81c + 64e0b08 commit 5659f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from pydantic import Field, RootModel
1010

11-
from a2a.utils.pydantic_base import A2ABaseModel
11+
from a2a.pydantic_base import A2ABaseModel
1212

1313

1414
class A2A(RootModel[Any]):

0 commit comments

Comments
 (0)