From f6571f114d43100ea49e1404968c14c70218edb3 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 09:40:38 +0000 Subject: [PATCH] Fix import sorting in test file Co-Authored-By: Joe Moura --- tests/test_set_callbacks_handles_removed_callbacks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_set_callbacks_handles_removed_callbacks.py b/tests/test_set_callbacks_handles_removed_callbacks.py index ef665dd57..bff76def1 100644 --- a/tests/test_set_callbacks_handles_removed_callbacks.py +++ b/tests/test_set_callbacks_handles_removed_callbacks.py @@ -1,5 +1,5 @@ -import pytest import litellm +import pytest from typing import Any from crewai.llm import LLM