mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 16:48:30 +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.utilities.planning_handler import CrewPlanner
|
||||
|
||||
|
||||
def test_planning_llm_inherits_auth_params():
|
||||
"""Test that planning LLM inherits authentication parameters from agent LLM."""
|
||||
mock_llm = MagicMock()
|
||||
|
||||
Reference in New Issue
Block a user