8000 ruff --fix · geeknik/python-sdk@ffff3d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit ffff3d9

Browse files
committed
ruff --fix
1 parent eb1024c commit ffff3d9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

mcp_python/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
not separate types in the schema.
2222
"""
2323

24-
LATEST_PROTOCOL_VERSION = "2024-10-07";
24+
LATEST_PROTOCOL_VERSION = "2024-10-07"
2525

2626
ProgressToken = str | int
2727
Cursor = str

tests/test_types.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
from mcp_python.types import LATEST_PROTOCOL_VERSION, ClientRequest, JSONRPCMessage, JSONRPCRequest
1+
from mcp_python.types import (
2+
LATEST_PROTOCOL_VERSION,
3+
ClientRequest,
4+
JSONRPCMessage,
5+
JSONRPCRequest,
6+
)
27

38

49
def test_jsonrpc_request():

0 commit comments

Comments
 (0)
0