Fixes linter issues
This commit is contained in:
parent
4d0176a6f7
commit
425da16fd6
16 changed files with 63 additions and 42 deletions
|
@ -1,3 +1,4 @@
|
|||
''' configures celery for task management '''
|
||||
from __future__ import absolute_import, unicode_literals
|
||||
from . import settings
|
||||
|
||||
|
@ -22,4 +23,3 @@ app.autodiscover_tasks(['bookwyrm'], related_name='incoming')
|
|||
app.autodiscover_tasks(['bookwyrm'], related_name='broadcast')
|
||||
app.autodiscover_tasks(['bookwyrm'], related_name='books_manager')
|
||||
app.autodiscover_tasks(['bookwyrm'], related_name='goodreads_import')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue