Skip to content

Commit c34e9ae

Browse files
yihong0618kylesayrs
authored andcommitted
fix: lint fix a ruff checkout syntax error (vllm-project#15767)
Signed-off-by: yihong0618 <[email protected]> Signed-off-by: Kyle Sayers <[email protected]>
1 parent 0da0d8d commit c34e9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def check_available_online(
281281
extras={"v2": "google/paligemma2-3b-ft-docci-448"}), # noqa: E501
282282
"Phi3VForCausalLM": _HfExamplesInfo("microsoft/Phi-3-vision-128k-instruct",
283283
trust_remote_code=True,
284-
extras={"phi3.5": "microsoft/Phi-3.5-vision-instruct"}), # noqa: E501),
284+
extras={"phi3.5": "microsoft/Phi-3.5-vision-instruct"}), # noqa: E501
285285
"Phi4MMForCausalLM": _HfExamplesInfo("microsoft/Phi-4-multimodal-instruct",
286286
trust_remote_code=True),
287287
"PixtralForConditionalGeneration": _HfExamplesInfo("mistralai/Pixtral-12B-2409", # noqa: E501

0 commit comments

Comments
 (0)