From 96f6210fa641347765ee0904d0eff12885c7861c Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 22:02:18 +0000 Subject: [PATCH] style: Fix import sorting in provider_test.py Co-Authored-By: Joe Moura --- tests/cli/provider_test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/cli/provider_test.py b/tests/cli/provider_test.py index 4a9dabe76..5ff435dcb 100644 --- a/tests/cli/provider_test.py +++ b/tests/cli/provider_test.py @@ -1,7 +1,8 @@ +from unittest.mock import Mock, patch + import pytest import requests import time -from unittest.mock import Mock, patch from crewai.cli.constants import JSON_URL, MODELS, PROVIDERS from crewai.cli.provider import fetch_provider_data, get_provider_data