Skip to content

Commit 7530164

Browse files
committed
formatting
1 parent 6bd7dc2 commit 7530164

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
@@ -94,7 +94,7 @@ async def handle_get_agent_card(self, request: Request) -> JSONResponse:
9494
A JSONResponse containing the agent card data.
9595
"""
9696
if self.agent_card.supports_authenticated_extended_card:
97-
return await self.handle_authenticated_agent_card(request) # type: ignore[return-value]
97+
return await self.handle_authenticated_agent_card(request) # type: ignore[return-value]
9898

9999
# The public agent card is a direct serialization of the agent_card
100100
# provided at initialization.

0 commit comments

Comments
 (0)