Skip to content

Commit 248e76c

Browse files
authored
fix: lint fix a ruff checkout syntax error (#15767)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
1 parent 803d5c3 commit 248e76c

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)