Fix flake8 warnings
This commit fixes all warnings created by flake8 by removing unused imports and variable assignments. Some wrongly indented lines are now indented correctly.
This commit is contained in:
parent
30600ce107
commit
fb1f31a9bc
12 changed files with 50 additions and 49 deletions
|
|
@ -1,3 +1,4 @@
|
|||
from gnuviechadmin.celery import app as celery_app
|
||||
# import celery_app to initialize it
|
||||
from gnuviechadmin.celery import app as celery_app # NOQA
|
||||
|
||||
__version__ = '0.12.dev1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue