Skip to content

Commit 303faae

Browse files
Updated mypy failures
1 parent 12944c5 commit 303faae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/server/apps/rest/rest_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ async def handle_get_agent_card(self, request: Request) -> JSONResponse:
105105
@rest_error_handler
106106
async def handle_authenticated_agent_card(
107107
self, request: Request
108-
) -> JSONResponse: # type: ignore[return-value]
108+
) -> JSONResponse: # type: ignore[return-value]
109109
"""Hook for per credential agent card response.
110110
111111
If a dynamic card is needed based on the credentials provided in the request

0 commit comments

Comments
 (0)