mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
Fix import order with ruff auto-fix
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
from crewai.llm import LLM
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
from crewai.llm import LLM
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.vcr(filter_headers=["authorization"])
|
@pytest.mark.vcr(filter_headers=["authorization"])
|
||||||
def test_qwen_multimodal_content_formatting():
|
def test_qwen_multimodal_content_formatting():
|
||||||
|
|||||||
Reference in New Issue
Block a user