From 1a53894cd9b70b9be85454d7f971e20458f23903 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 03:08:37 +0000 Subject: [PATCH] Fix import order with ruff auto-fix Co-Authored-By: Joe Moura --- tests/test_qwen_multimodal.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_qwen_multimodal.py b/tests/test_qwen_multimodal.py index aaa48c08b..b50ca0ada 100644 --- a/tests/test_qwen_multimodal.py +++ b/tests/test_qwen_multimodal.py @@ -1,6 +1,7 @@ -from crewai.llm import LLM import pytest +from crewai.llm import LLM + @pytest.mark.vcr(filter_headers=["authorization"]) def test_qwen_multimodal_content_formatting():