Skip to content

Commit 0949bce

Browse files
wiggzzclaude
andcommitted
Remove unused Tool import flagged by ruff
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 24754dc commit 0949bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/test_streamable_http_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ async def test_stateless_requests_task_leak_on_client_disconnect():
290290
via httpx.ASGITransport, and simulates client disconnect by cancelling the
291291
request task.
292292
"""
293-
from mcp.types import CallToolResult, TextContent, Tool
293+
from mcp.types import CallToolResult, TextContent
294294

295295
tool_started = anyio.Event()
296296
tool_gate = anyio.Event()

0 commit comments

Comments
 (0)