Skip to content

Commit 4e1d2de

Browse files
committed
fix: mypy
Signed-off-by: Shingo OKAWA <[email protected]>
1 parent 8863d88 commit 4e1d2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/server/apps/jsonrpc/starlette_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def mount(
342342
]
343343
if (
344344
route_builder.extended_agent_card is not None
345-
and route_builder.agent_card.agent_card.supportsAuthenticatedExtendedCard
345+
and route_builder.agent_card.supportsAuthenticatedExtendedCard
346346
):
347347
describedby.append(
348348
AgentLinkTarget(

0 commit comments

Comments
 (0)