From 90f508da12ea01aca6276e38758c65d94c1c9a1d Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 17:10:41 +0000 Subject: [PATCH] Fix CI issues: Fix import sorting in tests/llm_test.py Co-Authored-By: Joe Moura --- tests/llm_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/llm_test.py b/tests/llm_test.py index 41cd2ad06..16dd99553 100644 --- a/tests/llm_test.py +++ b/tests/llm_test.py @@ -2,8 +2,8 @@ import os from time import sleep from unittest.mock import MagicMock, patch -import pytest import litellm +import pytest from pydantic import BaseModel from crewai.agents.agent_builder.utilities.base_token_process import TokenProcess