mirror of
https://github.com/langgenius/dify.git
synced 2026-04-19 21:37:50 +08:00
[autofix.ci] apply automated fixes
This commit is contained in:
parent
b819552a7c
commit
7bdaab432b
@ -888,9 +888,7 @@ def clean_workflow_runs(
|
||||
raise click.UsageError("--start-after and --end-before must be provided together.")
|
||||
|
||||
start_time = datetime.datetime.now(datetime.UTC)
|
||||
click.echo(
|
||||
click.style(f"Starting workflow run cleanup at {start_time.isoformat()}.", fg="white")
|
||||
)
|
||||
click.echo(click.style(f"Starting workflow run cleanup at {start_time.isoformat()}.", fg="white"))
|
||||
|
||||
WorkflowRunCleanup(
|
||||
days=days,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user