Skip to content

Commit a0de7bd

Browse files
committed
Fix linter
1 parent f21b9c4 commit a0de7bd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

samples/hello_world_agent.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
import contextlib
33
import logging
44

5-
from typing import Any
6-
75
import grpc
86
import uvicorn
97

108
from fastapi import FastAPI
11-
from google.protobuf.json_format import MessageToDict
129

1310
from a2a.compat.v0_3 import a2a_v0_3_pb2_grpc
1411
from a2a.compat.v0_3.grpc_handler import CompatGrpcHandler
@@ -205,7 +202,6 @@ async def serve(
205202
http_handler=request_handler,
206203
enable_v0_3_compat=True,
207204
)
208-
jsonrpc_app = jsonrpc_app_builder.build()
209205

210206
app = FastAPI()
211207
jsonrpc_app_builder.add_routes_to_app(app, rpc_url='/a2a/jsonrpc/')

0 commit comments

Comments
 (0)