From a5b9966832fbef14bfb64f27e3329689e0ee6c97 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 22:41:51 +0000 Subject: [PATCH] fix: remove unused pytest import to resolve lint failure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: João --- tests/cli/test_constants.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/cli/test_constants.py b/tests/cli/test_constants.py index 77b1492c2..da4a5788f 100644 --- a/tests/cli/test_constants.py +++ b/tests/cli/test_constants.py @@ -1,5 +1,3 @@ -import pytest - from crewai.cli.constants import ENV_VARS, MODELS, PROVIDERS