mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 17:49:23 +08:00
fix: typing
This commit is contained in:
@@ -257,7 +257,7 @@ class ScheduleService:
|
||||
raise ScheduleConfigError("Monthly days are required for monthly schedules")
|
||||
hour, minute = convert_12h_to_24h(visual_config.time)
|
||||
|
||||
numeric_days = []
|
||||
numeric_days: list[int] = []
|
||||
has_last = False
|
||||
for day in visual_config.monthly_days:
|
||||
if day == "last":
|
||||
|
||||
Reference in New Issue
Block a user