fix: sort imports and remove duplicate assertions

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-02-09 23:01:20 +00:00
parent 09240a7b62
commit 8dc07febc7
2 changed files with 2 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
import pytest
from unittest.mock import MagicMock
import pytest
from crewai.agent import Agent
from crewai.crew import Crew
from crewai.llm import LLM