Skip to content

Commit 772656c

Browse files
committed
Formatting
1 parent ea78b6b commit 772656c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

tests/server/apps/jsonrpc/test_jsonrpc_app.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
from unittest.mock import AsyncMock, MagicMock
22

33
import pytest
4+
45
from starlette.testclient import TestClient
56

7+
68
# Attempt to import StarletteBaseUser, fallback to MagicMock if not available
79
try:
810
from starlette.authentication import BaseUser as StarletteBaseUser
@@ -31,6 +33,7 @@
3133
TextPart,
3234
)
3335

36+
3437
# --- StarletteUserProxy Tests ---
3538

3639

tests/server/request_handlers/test_grpc_handler.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from unittest.mock import AsyncMock, MagicMock, patch
1+
from unittest.mock import AsyncMock, MagicMock
22

33
import grpc
44
import grpc.aio
@@ -11,6 +11,7 @@
1111
from a2a.server.request_handlers import GrpcHandler, RequestHandler
1212
from a2a.utils.errors import ServerError
1313

14+
1415
# --- Fixtures ---
1516

1617

0 commit comments

Comments
 (0)