From 339f36df9c188fd1a4a283c1f2e9f36b4873b221 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 16:36:10 +0000 Subject: [PATCH] chore: remove unused imports in test_stdio_transport.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: João --- lib/crewai/tests/mcp/test_stdio_transport.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/crewai/tests/mcp/test_stdio_transport.py b/lib/crewai/tests/mcp/test_stdio_transport.py index 76e4a0b91..3c98381b9 100644 --- a/lib/crewai/tests/mcp/test_stdio_transport.py +++ b/lib/crewai/tests/mcp/test_stdio_transport.py @@ -1,7 +1,5 @@ """Tests for StdioTransport command allowlist validation.""" -from unittest.mock import AsyncMock, patch - import pytest from crewai.mcp.config import MCPServerStdio