From 248e76c4dfbe89a6604d58b15111f278a698183a Mon Sep 17 00:00:00 2001 From: yihong Date: Sun, 30 Mar 2025 18:36:02 +0800 Subject: [PATCH] fix: lint fix a ruff checkout syntax error (#15767) Signed-off-by: yihong0618 --- tests/models/registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/models/registry.py b/tests/models/registry.py index ff0c37a6afd7..54e392ab73d6 100644 --- a/tests/models/registry.py +++ b/tests/models/registry.py @@ -281,7 +281,7 @@ _MULTIMODAL_EXAMPLE_MODELS = { extras={"v2": "google/paligemma2-3b-ft-docci-448"}), # noqa: E501 "Phi3VForCausalLM": _HfExamplesInfo("microsoft/Phi-3-vision-128k-instruct", trust_remote_code=True, - extras={"phi3.5": "microsoft/Phi-3.5-vision-instruct"}), # noqa: E501), + extras={"phi3.5": "microsoft/Phi-3.5-vision-instruct"}), # noqa: E501 "Phi4MMForCausalLM": _HfExamplesInfo("microsoft/Phi-4-multimodal-instruct", trust_remote_code=True), "PixtralForConditionalGeneration": _HfExamplesInfo("mistralai/Pixtral-12B-2409", # noqa: E501