mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +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
|
||||
from crewai import Agent, Task, Crew
|
||||
from crewai import Agent, Crew, Task
|
||||
|
||||
# Case 1: Only system_template provided
|
||||
agent1 = Agent(
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
"""Test template handling in Agent creation."""
|
||||
|
||||
import pytest
|
||||
from crewai import Agent, Task, Crew
|
||||
|
||||
from crewai import Agent, Crew, Task
|
||||
|
||||
|
||||
def test_agent_with_only_system_template():
|
||||
|
||||
Reference in New Issue
Block a user