mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-12 20:48:15 +00:00
Fix import sorting in test files
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# test_fix_2402.py
|
# test_fix_2402.py
|
||||||
from crewai import Agent, Task, Crew
|
from crewai import Agent, Crew, Task
|
||||||
|
|
||||||
# Case 1: Only system_template provided
|
# Case 1: Only system_template provided
|
||||||
agent1 = Agent(
|
agent1 = Agent(
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
"""Test template handling in Agent creation."""
|
"""Test template handling in Agent creation."""
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
from crewai import Agent, Task, Crew
|
|
||||||
|
from crewai import Agent, Crew, Task
|
||||||
|
|
||||||
|
|
||||||
def test_agent_with_only_system_template():
|
def test_agent_with_only_system_template():
|
||||||
|
|||||||
Reference in New Issue
Block a user