Fix import order with ruff auto-fix

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-04-09 03:08:37 +00:00
parent 3a85b442fb
commit 1a53894cd9

View File

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