This commit fixes all warnings created by flake8 by removing unused imports and variable assignments. Some wrongly indented lines are now indented correctly.
4 lines
123 B
Python
4 lines
123 B
Python
# import celery_app to initialize it
|
|
from gnuviechadmin.celery import app as celery_app # NOQA
|
|
|
|
__version__ = '0.12.dev1'
|