Fix import sorting in test file with ruff

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-03-03 08:52:21 +00:00
parent 6e2c1d4530
commit 4f17b290c6

View File

@@ -8,6 +8,7 @@ import pytest
from crewai import Agent, Crew, Process, Task from crewai import Agent, Crew, Process, Task
from crewai.crews.crew_output import CrewOutput from crewai.crews.crew_output import CrewOutput
def test_manager_agent_with_kickoff_for_each(): def test_manager_agent_with_kickoff_for_each():
""" """
Test that using a manager agent with kickoff_for_each doesn't raise validation errors. Test that using a manager agent with kickoff_for_each doesn't raise validation errors.