Skip to content

Commit b3200d4

Browse files
committed
flake8
1 parent a6c2459 commit b3200d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: scheduler/tools.py

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def get_next_cron_time(cron_string) -> timezone.datetime:
2727
next_itr = itr.get_next(timezone.datetime)
2828
return next_itr
2929

30+
3031
def get_scheduled_task(task_model: str, task_id: int):
3132
if task_model not in MODEL_NAMES:
3233
raise ValueError(f'Job Model {task_model} does not exist, choices are {MODEL_NAMES}')

0 commit comments

Comments
 (0)