Skip to content

Commit 931b987

Browse files
committed
typing fix
1 parent 3a30996 commit 931b987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/server/request_handlers/grpc_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ async def GetAgentCard(
289289

290290
async def abort_context(
291291
self, error: ServerError, context: grpc.ServicerContext
292-
):
292+
) -> None:
293293
match error.error:
294294
case types.JSONParseError():
295295
await context.abort(

0 commit comments

Comments
 (0)