Skip to content

Commit a4c25a2

Browse files
authored
Merge branch 'main' into docs/add-new-example-mcp-without-llm-framework
2 parents 3d2e0f0 + 18d1954 commit a4c25a2

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

src/a2a/server/apps/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""HTTP application components for the A2A server."""
22

3-
from a2a.server.apps.http_app import HttpApp
43
from a2a.server.apps.starlette_app import A2AStarletteApplication
54

65

7-
__all__ = ['A2AStarletteApplication', 'HttpApp']
6+
__all__ = ['A2AStarletteApplication']

src/a2a/server/apps/http_app.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)