Skip to content

Commit 38fe9f6

Browse files
Update src/a2a/server/apps/jsonrpc/fastapi_app.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 27acba1 commit 38fe9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/server/apps/jsonrpc/fastapi_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
class A2AFastAPI(FastAPI):
3131
"""A FastAPI application that adds A2A-specific OpenAPI components."""
3232

33-
a2a_components_added: bool = False
33+
_a2a_components_added: bool = False
3434

3535
@override
3636
def openapi(self) -> dict[str, Any]:

0 commit comments

Comments
 (0)