From b2314a3d304bf55cc2c99a2cdfc06f6617142d6f Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 02:25:55 +0000 Subject: [PATCH] Fix import sorting in test file Co-Authored-By: Joe Moura --- tests/test_gemini_2_5_support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_gemini_2_5_support.py b/tests/test_gemini_2_5_support.py index 906e7716a..8854fcc92 100644 --- a/tests/test_gemini_2_5_support.py +++ b/tests/test_gemini_2_5_support.py @@ -1,6 +1,6 @@ import pytest -from crewai.llm import LLM, CONTEXT_WINDOW_USAGE_RATIO, PRO_CONTEXT_SIZE +from crewai.llm import CONTEXT_WINDOW_USAGE_RATIO, LLM, PRO_CONTEXT_SIZE def test_get_custom_llm_provider_gemini_2_5():