Skip to content

Commit a391bcb

Browse files
committed
added func description
1 parent ca3c4e5 commit a391bcb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/webapp/routers/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,6 @@ def backfill_model_runs(
706706
)
707707
.values(model_run_id=mv_run_id, model_version=mv_version)
708708
)
709-
710709
result = local_session.get().execute(stmt)
711710
updated_rows = [dict(r._mapping) for r in result.fetchall()]
712711
local_session.get().commit()

0 commit comments

Comments
 (0)