PEP8 compliancy

This commit is contained in:
Raphael Michel
2015-02-08 18:45:13 +01:00
parent 2c3a9713a1
commit 5b16eeb8f4
5 changed files with 31 additions and 26 deletions

View File

@@ -10,5 +10,5 @@ https://docs.djangoproject.com/en/dev/howto/deployment/wsgi/
import os
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "pretix.settings")
from django.core.wsgi import get_wsgi_application
from django.core.wsgi import get_wsgi_application # NOQA
application = get_wsgi_application()