mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-01 15:22:37 +00:00
Fix lint: Apply automatic fixes from ruff linter
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -4,6 +4,7 @@ from unittest.mock import MagicMock
|
|||||||
from crewai import Task
|
from crewai import Task
|
||||||
from crewai.utilities.planning_handler import CrewPlanner
|
from crewai.utilities.planning_handler import CrewPlanner
|
||||||
|
|
||||||
|
|
||||||
def test_planning_llm_inherits_auth_params():
|
def test_planning_llm_inherits_auth_params():
|
||||||
"""Test that planning LLM inherits authentication parameters from agent LLM."""
|
"""Test that planning LLM inherits authentication parameters from agent LLM."""
|
||||||
mock_llm = MagicMock()
|
mock_llm = MagicMock()
|
||||||
|
|||||||
Reference in New Issue
Block a user