mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 16:18:30 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user