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"])