mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 00:48:04 +08:00
[autofix.ci] apply automated fixes
This commit is contained in:
@ -204,7 +204,7 @@ class ScheduleService:
|
||||
return ScheduleConfig(node_id=node_id, cron_expression=cron_expression, timezone=timezone)
|
||||
|
||||
@staticmethod
|
||||
def extract_schedule_config(workflow: Workflow) -> Optional[ScheduleConfig]:
|
||||
def extract_schedule_config(workflow: Workflow) -> ScheduleConfig | None:
|
||||
"""
|
||||
Extracts schedule configuration from workflow graph.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user