From aadcead6ea8a93477a094aeb4f1b04295d553aa4 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 13:30:33 +0000 Subject: [PATCH] Fix import order in test_constants.py Co-Authored-By: Joe Moura --- tests/cli/test_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cli/test_constants.py b/tests/cli/test_constants.py index b28098301..b0b95c5f9 100644 --- a/tests/cli/test_constants.py +++ b/tests/cli/test_constants.py @@ -1,5 +1,5 @@ -from crewai.cli.constants import ENV_VARS, MODELS, PROVIDERS import pytest +from crewai.cli.constants import ENV_VARS, MODELS, PROVIDERS def test_huggingface_in_providers():