Skip to content

Commit

Permalink
fix ! set state
Browse files Browse the repository at this point in the history
  • Loading branch information
vitali-yanushchyk-valor committed Jan 20, 2025
1 parent 2cba530 commit 4955361
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/hope_dedup_engine/apps/api/deduplication/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ def find_duplicates(dedup_job_id: int, version: int) -> None:
# finding = (first, second, score * finder.weight)
# deduplication_set.update_findings(finding)

deduplication_set.state = deduplication_set.State.CLEAN
deduplication_set.save(update_fields=["state"])

return {
"deduplication_set": str(deduplication_set),
"chord_id": str(chord_id),
Expand Down

0 comments on commit 4955361

Please sign in to comment.