Skip to content

Commit

Permalink
pep8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Jun 27, 2018
1 parent a74a0dd commit 5a4db3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

def run_setup_hooks(*args, **kwargs):
from django.conf import settings
from .celery_app import app as celery_app
# from .celery_app import app as celery_app
if 'geonode.celery_app' not in settings.INSTALLED_APPS:
settings.INSTALLED_APPS += ('geonode.celery_app', )
if settings.USE_GEOSERVER and settings.ASYNC_SIGNALS:
Expand Down

0 comments on commit 5a4db3d

Please sign in to comment.