Skip to content

Commit 020119d

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent bbe83ec commit 020119d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ def deploy(self, model_type: str, model_path: str, filename: str = "weights/best
506506
"paligemma-3b-pt-896",
507507
"paligemma2-3b-pt-224",
508508
"paligemma2-3b-pt-448",
509-
"paligemma2-3b-pt-896"
509+
"paligemma2-3b-pt-896",
510510
]
511511
if model_type not in supported_hf_types:
512512
raise RuntimeError(

0 commit comments

Comments
 (0)