From ed139b3cc757741edca954b5b27c20cb00436fc7 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:14:21 +0000 Subject: [PATCH] style: Fix final 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 90fc67c00..4480a753c 100644 --- a/tests/cli/provider_test.py +++ b/tests/cli/provider_test.py @@ -1,9 +1,10 @@ +from unittest.mock import Mock, patch + import json import os 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