fix: remove unused asyncio import from test file

Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
Devin AI
2026-03-26 18:32:58 +00:00
parent c3faffd868
commit 18167e3b86

View File

@@ -1,6 +1,5 @@
"""Tests for AMP MCP config fetching and tool resolution."""
import asyncio
from unittest.mock import AsyncMock, MagicMock, patch
import pytest