Skip to content

Commit 7e86dc7

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent 17bf481 commit 7e86dc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roboflow/util/model_processor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ def _process_yolo(model_type: str, model_path: str, filename: str) -> str:
107107

108108
print_warn_for_wrong_dependencies_versions([("ultralytics", ">=", "8.3.0")], ask_to_continue=True)
109109

110-
111110
elif "yolov12" in model_type:
112111
print(
113112
"Note: Model must be trained using ultralytics from https://github.com/sunsmarterjie/yolov12 "

0 commit comments

Comments
 (0)