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():