From a8d0a5f461493cbcaabe8571d2cf646050a8c2ed Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 08:46:19 +0000 Subject: [PATCH] Fix import order in litellm_update_test.py Co-Authored-By: Joe Moura --- tests/litellm_update_test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/litellm_update_test.py b/tests/litellm_update_test.py index 902f0ffc2..c242cad52 100644 --- a/tests/litellm_update_test.py +++ b/tests/litellm_update_test.py @@ -1,6 +1,7 @@ -import pytest from unittest.mock import MagicMock, patch +import pytest + from crewai.llm import LLM