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 17766ae commit 46e2a5cCopy full SHA for 46e2a5c
src/a2a/server/apps/jsonrpc/jsonrpc_app.py
@@ -5,7 +5,7 @@
5
6
from abc import ABC, abstractmethod
7
from collections.abc import AsyncGenerator
8
-from typing import Any, TYPE_CHECKING
+from typing import TYPE_CHECKING, Any
9
10
from pydantic import ValidationError
11
from sse_starlette.sse import EventSourceResponse
0 commit comments