Skip to content

Commit 39fb406

Browse files
committed
please the linter gods
1 parent ef9af11 commit 39fb406

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
@@ -238,7 +238,7 @@ def _process_rfdetr(model_type: str, model_path: str, filename: str) -> str:
238238
if pt_file is None:
239239
raise RuntimeError("No .pt or .pth model file found in the provided path")
240240

241-
class_names = get_classnames_txt_for_rfdetr(model_path, pt_file)
241+
get_classnames_txt_for_rfdetr(model_path, pt_file)
242242

243243
# Copy the .pt file to weights.pt if not already named weights.pt
244244
if pt_file != "weights.pt":

0 commit comments

Comments
 (0)