Skip to content

Commit e36211b

Browse files
committed
Linting
1 parent 71adfec commit e36211b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/a2a/_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def to_camel_custom(snake: str) -> str:
2222

2323
class A2ABaseModel(BaseModel):
2424
"""Base class for shared behavior across A2A data models.
25+
2526
Provides a common configuration (e.g., alias-based population) and
2627
serves as the foundation for future extensions or shared utilities.
2728

0 commit comments

Comments
 (0)