mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-26 16:48:13 +00:00
Fix: Apply Ruff auto-fix for import formatting
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
import pytest
|
|
||||||
from unittest.mock import MagicMock
|
from unittest.mock import MagicMock
|
||||||
|
|
||||||
from crewai import Agent, Crew, Process, Task
|
import pytest
|
||||||
from langchain_core.language_models.base import BaseLanguageModel
|
from langchain_core.language_models.base import BaseLanguageModel
|
||||||
|
|
||||||
|
from crewai import Agent, Crew, Process, Task
|
||||||
|
|
||||||
|
|
||||||
def test_hierarchical_delegation_tool_availability():
|
def test_hierarchical_delegation_tool_availability():
|
||||||
"""Test that all agents are available for delegation in hierarchical mode."""
|
"""Test that all agents are available for delegation in hierarchical mode."""
|
||||||
# Mock LLM to avoid actual API calls
|
# Mock LLM to avoid actual API calls
|
||||||
|
|||||||
Reference in New Issue
Block a user