From 3bf93f1091588b9dff9429a02b580cdc7387d3fe Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 21:56:41 +0000 Subject: [PATCH] style: Fix import order in provider_test.py Co-Authored-By: Joe Moura --- tests/cli/provider_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/cli/provider_test.py b/tests/cli/provider_test.py index a0e014842..6143150f9 100644 --- a/tests/cli/provider_test.py +++ b/tests/cli/provider_test.py @@ -1,6 +1,5 @@ -import requests - import pytest +import requests from unittest.mock import Mock, patch from crewai.cli.constants import JSON_URL, MODELS, PROVIDERS