Chore: fix wrong annotations (#15871)

This commit is contained in:
Yongtao Huang
2025-03-16 11:16:28 +08:00
committed by GitHub
parent 3a69a6a452
commit 4ae94dc027
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()