From 18a69731983ab2ea4824e49d83f405a29cdfa341 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:20:25 +0000 Subject: [PATCH] Fix lint issues: Remove unused imports from test file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed unused pytest import - Removed unused MagicMock import - All tests continue to pass locally - Addresses CI lint check failure Co-Authored-By: João --- tests/cli/test_watsonx_model_support.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/cli/test_watsonx_model_support.py b/tests/cli/test_watsonx_model_support.py index d7a3bfcc8..a30213dd7 100644 --- a/tests/cli/test_watsonx_model_support.py +++ b/tests/cli/test_watsonx_model_support.py @@ -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