Skip to content

Commit 1ed67dd

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent 1d59cfb commit 1ed67dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/util/model_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def _process_yolo(model_type: str, model_path: str, filename: str) -> str:
117117
"The ultralytics python package is required to deploy yolov12"
118118
" models. Please install it with `pip install ultralytics`"
119119
)
120-
120+
121121
print(
122122
"Note: Model must be trained using ultralytics from https://github.com/sunsmarterjie/yolov12 "
123123
"or through the Roboflow platform"

0 commit comments

Comments
 (0)