fix: remove unused imports from DeepSeek integration tests

- Remove unused pytest import
- Remove unused MagicMock import

Fixes lint errors in CI

Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
Devin AI
2025-07-08 02:47:13 +00:00
parent eb93fb06a6
commit 2616818895

View File

@@ -1,7 +1,6 @@
"""Tests for DeepSeek integration in CrewAI."""
import pytest
from unittest.mock import patch, MagicMock
from unittest.mock import patch
from crewai.llm import LLM
from crewai.cli.constants import ENV_VARS, PROVIDERS, MODELS