mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58: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."""
|
"""Tests for DeepSeek integration in CrewAI."""
|
||||||
|
|
||||||
import pytest
|
from unittest.mock import patch
|
||||||
from unittest.mock import patch, MagicMock
|
|
||||||
|
|
||||||
from crewai.llm import LLM
|
from crewai.llm import LLM
|
||||||
from crewai.cli.constants import ENV_VARS, PROVIDERS, MODELS
|
from crewai.cli.constants import ENV_VARS, PROVIDERS, MODELS
|
||||||
|
|||||||
Reference in New Issue
Block a user