Applying pycodestyle recommendations on cronjobs.py
This commit is contained in:
parent
227e24a2ab
commit
ee5851df72
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ from git import Repo
|
||||||
from django_cron import CronJobBase, Schedule
|
from django_cron import CronJobBase, Schedule
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
|
|
||||||
|
|
||||||
class FetchRemoteCron(CronJobBase):
|
class FetchRemoteCron(CronJobBase):
|
||||||
schedule = Schedule(run_every_mins=5)
|
schedule = Schedule(run_every_mins=5)
|
||||||
code = "manager.fetchremotecron"
|
code = "manager.fetchremotecron"
|
||||||
|
|
Loading…
Reference in a new issue