diff --git a/tests/cli/test_constants.py b/tests/cli/test_constants.py index d8f4d77ad..b28098301 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 PROVIDERS, ENV_VARS, MODELS def test_huggingface_in_providers():