Skip to content

Commit 60379e9

Browse files
committed
Fix linting errors
1 parent ef5ab00 commit 60379e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/server/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def process_result_value(
7575
return self.pydantic_type.model_validate(value)
7676

7777

78-
class PydanticListType(TypeDecorator[list[T]], Generic[T]):
78+
class PydanticListType(TypeDecorator, Generic[T]):
7979
"""SQLAlchemy type that handles lists of Pydantic models."""
8080

8181
impl = JSON

0 commit comments

Comments
 (0)