Update clean_document_task.py

format file
pull/22090/head
wangsen3 11 months ago committed by GitHub
parent 15dee7ba26
commit 6459ca5c40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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(

Loading…
Cancel
Save