We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c98e5 commit 16059fbCopy full SHA for 16059fb
src/a2a/server/apps/jsonrpc/fastapi_app.py
@@ -58,17 +58,6 @@ def __init__(
58
context_builder=context_builder,
59
)
60
61
- self._check_fastapi_dependency()
62
-
63
- def _check_fastapi_dependency(self) -> None:
64
- """Checks if the FastAPI package is installed.
65
66
- If instead of the actual FastAPI class, a dummy implementation from
67
- ./fastapi_import_helpers.py is imported, initializing FastAPI() would
68
- raise ImportError.
69
- """
70
- _app = FastAPI()
71
72
def add_routes_to_app(
73
self,
74
app: FastAPI,
0 commit comments