We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 903e9d8 commit d400f26Copy full SHA for d400f26
src/webapp/routers/models.py
@@ -712,9 +712,9 @@ def backfill_model_runs(
712
local_session.get().commit()
713
714
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
- }
+ "inst_id": str(inst_id),
+ "model_id": str(model_id[0][0].id),
+ "model_name": model_name,
+ "latest_model_version": {"version": mv_version, "run_id": mv_run_id},
+ "updated_count": updated_count,
+ }
0 commit comments