🚨 auto fix by pre-commit hooks

This commit is contained in:
pre-commit-ci[bot] 2025-06-29 06:46:11 +00:00
parent c95593fcba
commit e484138268

View File

@ -421,7 +421,7 @@ class SchedulerManager:
if not is_valid:
return False, str(result)
schedule.job_kwargs = result # type: ignore
schedule.job_kwargs = result # type: ignore
updated_fields.append("job_kwargs")
if not updated_fields: