mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-24 15:48:23 +00:00
fix: remove unused imports and variables to fix lint issues
Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
"""Test target_agents delegation functionality."""
|
||||
|
||||
import pytest
|
||||
from crewai.agent import Agent
|
||||
from crewai.crew import Crew
|
||||
from crewai.task import Task
|
||||
from crewai.tools.agent_tools.agent_tools import AgentTools
|
||||
|
||||
def test_target_agents_filters_delegation_tools():
|
||||
"""Test that target_agents properly filters available agents for delegation."""
|
||||
|
||||
Reference in New Issue
Block a user