Fix import sorting in test file using ruff

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-02-26 09:22:50 +00:00
parent 3e8635f1e7
commit 06d922f452

View File

@@ -1,11 +1,12 @@
import pytest
from unittest.mock import MagicMock from unittest.mock import MagicMock
import pytest
from crewai.agents.crew_agent_executor import CrewAgentExecutor from crewai.agents.crew_agent_executor import CrewAgentExecutor
from crewai.agents.parser import ( from crewai.agents.parser import (
FINAL_ANSWER_AND_PARSABLE_ACTION_ERROR_MESSAGE,
AgentAction, AgentAction,
AgentFinish, AgentFinish,
FINAL_ANSWER_AND_PARSABLE_ACTION_ERROR_MESSAGE,
OutputParserException, OutputParserException,
) )