Skip to content

Commit f433a4b

Browse files
author
g97iulio1609
committed
fix: remove unused JSONRPCMessage import
1 parent 0035dfc commit f433a4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/issues/test_2057_null_id.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import pytest
44
from pydantic import ValidationError
55

6-
from mcp.types import JSONRPCMessage, JSONRPCNotification, JSONRPCRequest, jsonrpc_message_adapter
6+
from mcp.types import JSONRPCNotification, JSONRPCRequest, jsonrpc_message_adapter
77

88

99
class TestNullIdRejection:

0 commit comments

Comments
 (0)