mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
Fix lint issues: Remove unused imports from test file
- Removed unused pytest import - Removed unused MagicMock import - All tests continue to pass locally - Addresses CI lint check failure Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import pytest
|
||||
from unittest.mock import patch, MagicMock
|
||||
from unittest.mock import patch
|
||||
|
||||
from crewai.cli.constants import MODELS
|
||||
from crewai.cli.provider import select_model
|
||||
|
||||
Reference in New Issue
Block a user