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:
Jan Dittberner 2015-12-05 13:47:41 +00:00
parent 30600ce107
commit fb1f31a9bc
12 changed files with 50 additions and 49 deletions

View file

@ -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'