mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-07 01:46:49 +08:00
chore: docstring not match the function parameter (#17162)
This commit is contained in:
@@ -10,11 +10,7 @@ from extensions.ext_mail import mail
|
||||
|
||||
@shared_task(queue="mail")
|
||||
def send_deletion_success_task(to):
|
||||
"""Send email to user regarding account deletion.
|
||||
|
||||
Args:
|
||||
log (AccountDeletionLog): Account deletion log object
|
||||
"""
|
||||
"""Send email to user regarding account deletion."""
|
||||
if not mail.is_inited():
|
||||
return
|
||||
|
||||
|
||||
@@ -17,8 +17,6 @@ from models.workflow import WorkflowRun
|
||||
def process_trace_tasks(file_info):
|
||||
"""
|
||||
Async process trace tasks
|
||||
:param tasks_data: List of dictionaries containing task data
|
||||
|
||||
Usage: process_trace_tasks.delay(tasks_data)
|
||||
"""
|
||||
from core.ops.ops_trace_manager import OpsTraceManager
|
||||
|
||||
Reference in New Issue
Block a user