Skip to content

Commit d400f26

Browse files
committed
added func description
1 parent 903e9d8 commit d400f26

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/webapp/routers/models.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -712,9 +712,9 @@ def backfill_model_runs(
712712
local_session.get().commit()
713713

714714
return {
715-
"inst_id": str(inst_id),
716-
"model_id": str(model_id[0][0].id),
717-
"model_name": model_name,
718-
"latest_model_version": {"version": mv_version, "run_id": mv_run_id},
719-
"updated_count": updated_count,
720-
}
715+
"inst_id": str(inst_id),
716+
"model_id": str(model_id[0][0].id),
717+
"model_name": model_name,
718+
"latest_model_version": {"version": mv_version, "run_id": mv_run_id},
719+
"updated_count": updated_count,
720+
}

0 commit comments

Comments
 (0)