Skip to content

Commit 05b44d2

Browse files
Update src/a2a/server/apps/rest/rest_adapter.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent c9812a2 commit 05b44d2

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
@@ -177,7 +177,7 @@ def routes(self) -> dict[tuple[str, str], Callable[[Request], Any]]:
177177
('/v1/tasks', 'GET'): functools.partial(
178178
self._handle_request, self.handler.list_tasks
179179
),
180-
('/v1/card', 'GET') : self.handle_get_agent_card,
180+
('/v1/card', 'GET'): self.handle_get_agent_card,
181181
}
182182

183183
return routes

0 commit comments

Comments
 (0)