From b47aaa10c6039005897ced11185d9a5fcde58a74 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:05:34 +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 cfa4b98ea..a0d283e14 100644 --- a/tests/cli/provider_test.py +++ b/tests/cli/provider_test.py @@ -1,8 +1,7 @@ import json -import time - import pytest import requests +import time from unittest.mock import Mock, patch from crewai.cli.constants import JSON_URL, MODELS, PROVIDERS