mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 16:18:30 +00:00
Fix import sorting in test file with ruff
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user