Skip to content

Commit 24da35a

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

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
@@ -291,7 +291,7 @@ async def test_stateless_requests_task_leak_on_client_disconnect():
291291
via httpx.ASGITransport, and simulates client disconnect by cancelling the
292292
request task.
293293
"""
294-
from mcp.types import CallToolResult, TextContent, Tool
294+
from mcp.types import CallToolResult, TextContent
295295

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

0 commit comments

Comments
 (0)