fix: remove unused imports and variables to fix lint issues

Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
Devin AI
2025-05-30 05:59:35 +00:00
parent e06e39899c
commit 46eaa41fb4
2 changed files with 2 additions and 5 deletions

View File

@@ -134,7 +134,8 @@ def test_ask_question_to_wrong_agent():
def test_target_agents_delegation_filtering():
"""Test that target_agents properly filters delegation targets."""
researcher = Agent(
# that an agent with target_agents=["writer"] would only delegate to writer
Agent(
role="researcher",
goal="make the best research and analysis on content about AI and AI agents",
backstory="You're an expert researcher, specialized in technology",