remove superfluous newline (cron.py)

This commit is contained in:
jesopo 2020-02-11 11:46:55 +00:00
parent 7879b9f237
commit 5c1ab3066c

View file

@ -29,7 +29,6 @@ class Module(ModuleManager.BaseModule):
return self._schedule_match(timestamp, schedule.split(" "))
event = events.make_event(schedule=_check)
for cron in events.get_hooks():
schedule = cron.get_kwarg("schedule", None)
if schedule and not _check(schedule):