Skip to content

Commit 3788450

Browse files
committed
Remove string literal
1 parent b613d44 commit 3788450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def build(
428428
agent_card_url: str = '/.well-known/agent.json',
429429
rpc_url: str = '/',
430430
**kwargs: Any,
431-
) -> 'FastAPI' | Starlette':
431+
) -> FastAPI | Starlette:
432432
"""Builds and returns the JSONRPC application instance.
433433
434434
Args:

0 commit comments

Comments
 (0)