diff --git a/api/tasks/clean_document_task.py b/api/tasks/clean_document_task.py index 42536d1305..c72a3319c1 100644 --- a/api/tasks/clean_document_task.py +++ b/api/tasks/clean_document_task.py @@ -73,7 +73,7 @@ def clean_document_task(document_id: str, dataset_id: str, doc_form: str, file_i DatasetMetadataBinding.document_id == document_id, ).delete() db.session.commit() - + end_at = time.perf_counter() logging.info( click.style(