Skip to content

Commit

Permalink
Fix blue
Browse files Browse the repository at this point in the history
  • Loading branch information
makseq committed Mar 18, 2024
1 parent 46940ba commit 6283c18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions label_studio/data_manager/actions/remove_duplicates.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ def move_annotations(duplicates):
Task.objects.get(id=task['id']).annotations.update(task_id=first['id'])
total_moved_annotations += task['total_annotations']
logger.info(
f"Moved {task['total_annotations']} annotations "
f"from task {task['id']} to task {first['id']}"
f"Moved {task['total_annotations']} annotations from task {task['id']} to task {first['id']}"
)
task['total_annotations'] = 0

Expand Down

0 comments on commit 6283c18

Please sign in to comment.