Skip to content

Commit 8cd79a5

Browse files
committed
satisfy the lint gods
1 parent 39fb406 commit 8cd79a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roboflow/util/model_processor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,8 @@ def get_classnames_txt_for_rfdetr(model_path: str, pt_file: str):
281281
f"No class_names.txt file found in model path {model_path}.\n"
282282
f"This should only happen on rfdetr models trained before version 1.1.0.\n"
283283
f"Please re-train your model with the latest version of the rfdetr library, or\n"
284-
f"please create a class_names.txt file in the model path with the class names in new lines in the order of the classes in the model.\n"
284+
f"please create a class_names.txt file in the model path with the class names\n"
285+
f"in new lines in the order of the classes in the model.\n"
285286
)
286287

287288

0 commit comments

Comments
 (0)