Skip to content

Commit 81f3e36

Browse files
committed
Remove unused ServerResult import
1 parent 58e1c66 commit 81f3e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/test_cancel_handling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import mcp.types as types
99
from mcp.server.lowlevel.server import Server
10-
from mcp.types import PingRequest, ServerResult
10+
from mcp.types import PingRequest
1111

1212

1313
# Shared mock class

0 commit comments

Comments
 (0)