Skip to content

Commit 46e2a5c

Browse files
committed
Formatting
1 parent 17766ae commit 46e2a5c

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
@@ -5,7 +5,7 @@
55

66
from abc import ABC, abstractmethod
77
from collections.abc import AsyncGenerator
8-
from typing import Any, TYPE_CHECKING
8+
from typing import TYPE_CHECKING, Any
99

1010
from pydantic import ValidationError
1111
from sse_starlette.sse import EventSourceResponse

0 commit comments

Comments
 (0)