Skip to content

Commit 4792be9

Browse files
committed
chore: remove unused HttpApp base class
1 parent 536e4a1 commit 4792be9

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)