From 18167e3b86228ec33e60b3f750b26654a0652e78 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:32:58 +0000 Subject: [PATCH] fix: remove unused asyncio import from test file 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_amp_mcp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/crewai/tests/mcp/test_amp_mcp.py b/lib/crewai/tests/mcp/test_amp_mcp.py index 1a309d7cd..43872c877 100644 --- a/lib/crewai/tests/mcp/test_amp_mcp.py +++ b/lib/crewai/tests/mcp/test_amp_mcp.py @@ -1,6 +1,5 @@ """Tests for AMP MCP config fetching and tool resolution.""" -import asyncio from unittest.mock import AsyncMock, MagicMock, patch import pytest