From 6459ca5c40fc4d399e64942c04028e50bc6dc2ce Mon Sep 17 00:00:00 2001 From: wangsen3 <690275538@qq.com> Date: Wed, 9 Jul 2025 19:45:07 +0800 Subject: [PATCH] Update clean_document_task.py format file --- api/tasks/clean_document_task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(