Skip to content

Commit 8d65509

Browse files
committed
fix: lint
Signed-off-by: Shingo OKAWA <shingo.okawa.g.h.c@gmail.com>
1 parent 7de9f38 commit 8d65509

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/a2a/_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from pydantic import BaseModel, ConfigDict
22

3+
34
class A2ABaseModel(BaseModel):
45
model_config = ConfigDict(
56
populate_by_name=True,

0 commit comments

Comments
 (0)