Chore: fix wrong annotations (#15871)

This commit is contained in:
Yongtao Huang 2025-03-16 11:16:28 +08:00 committed by GitHub
commit 4ae94dc027
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 14 additions and 101 deletions

View file

@ -21,7 +21,7 @@ def batch_clean_document_task(document_ids: list[str], dataset_id: str, doc_form
:param doc_form: doc_form
:param file_ids: file ids
Usage: clean_document_task.delay(document_id, dataset_id)
Usage: batch_clean_document_task.delay(document_ids, dataset_id)
"""
logging.info(click.style("Start batch clean documents when documents deleted", fg="green"))
start_at = time.perf_counter()