mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
style: fix import sorting in test_manager_llm_delegation.py
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -5,6 +5,7 @@ import pytest
|
|||||||
from crewai import Agent, Task
|
from crewai import Agent, Task
|
||||||
from crewai.tools.agent_tools.base_agent_tools import BaseAgentTool
|
from crewai.tools.agent_tools.base_agent_tools import BaseAgentTool
|
||||||
|
|
||||||
|
|
||||||
class TestAgentTool(BaseAgentTool):
|
class TestAgentTool(BaseAgentTool):
|
||||||
"""Concrete implementation of BaseAgentTool for testing."""
|
"""Concrete implementation of BaseAgentTool for testing."""
|
||||||
def _run(self, *args, **kwargs):
|
def _run(self, *args, **kwargs):
|
||||||
|
|||||||
Reference in New Issue
Block a user