Skip to content

Commit 94d2d87

Browse files
committed
init
1 parent c3ab4d0 commit 94d2d87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roboflow/util/versions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def _wrapper(*args, **kwargs):
9494
def normalize_yolo_model_type(model_type: str) -> str:
9595
model_type = model_type.replace("yolo11", "yolov11")
9696
model_type = model_type.replace("yolo12", "yolov12")
97-
# yolo26 doesn't use "v" prefix (it's not "yolov26")
9897
return model_type
9998

10099

0 commit comments

Comments
 (0)