Skip to content

Commit e43f469

Browse files
committed
chore(tests): remove unused import of MAX_CONTENT_LENGTH in test_serialization.py
1 parent 1b48e29 commit e43f469

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/server/apps/jsonrpc/test_serialization.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from pydantic import ValidationError
77
from starlette.testclient import TestClient
88

9-
from a2a.server.apps.jsonrpc.jsonrpc_app import MAX_CONTENT_LENGTH
109
from a2a.server.apps import A2AFastAPIApplication, A2AStarletteApplication
1110
from a2a.types import (
1211
APIKeySecurityScheme,

0 commit comments

Comments
 (0)