From baea1af374df711e1a6d492b6983cf7bea811b0d 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:10:19 +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 157cc6000..a0d283e14 100644 --- a/tests/cli/provider_test.py +++ b/tests/cli/provider_test.py @@ -1,9 +1,8 @@ -from unittest.mock import Mock, patch - import json 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