style: fix import sorting in base_agent_tools and test_manager_llm_delegation

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2024-12-30 16:25:52 +00:00
parent b539ba62eb
commit c12479b96a
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
from unittest.mock import MagicMock
import pytest
from crewai import Agent, Task
from crewai.tools.agent_tools.base_agent_tools import BaseAgentTool