There was an error while loading. Please reload this page.
1 parent 11e4ff1 commit 77547d4Copy full SHA for 77547d4
1 file changed
src/a2a/helpers/__init__.py
@@ -32,9 +32,9 @@
32
new_url_part,
33
)
34
from a2a.server.routes.agent_card_routes import create_agent_card_routes
35
+from a2a.server.routes.fastapi_routes import add_a2a_routes_to_fastapi
36
from a2a.server.routes.jsonrpc_routes import create_jsonrpc_routes
37
from a2a.server.routes.rest_routes import create_rest_routes
-from a2a.server.routes.fastapi_routes import add_a2a_routes_to_fastapi
38
39
40
__all__ = [
0 commit comments