fix: address type-checker and lint issues

- Add proper type hints in Crew.test()
- Fix import sorting in test file

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-02-09 22:50:06 +00:00
parent b8f2603bf3
commit 0ab66041da
2 changed files with 5 additions and 4 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