From 3a85b442fb495cafc6329dbfd4baea5bfa27b8dd 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:07:36 +0000 Subject: [PATCH] Fix import order in test file Co-Authored-By: Joe Moura --- tests/test_qwen_multimodal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_qwen_multimodal.py b/tests/test_qwen_multimodal.py index 28ee80cde..aaa48c08b 100644 --- a/tests/test_qwen_multimodal.py +++ b/tests/test_qwen_multimodal.py @@ -1,5 +1,5 @@ -import pytest from crewai.llm import LLM +import pytest @pytest.mark.vcr(filter_headers=["authorization"])