Resolved flake8 warnings

This commit is contained in:
Raphael Michel
2015-06-28 17:02:12 +02:00
parent e419b9a99d
commit 1f08dfda5c
13 changed files with 147 additions and 133 deletions

View File

@@ -8,7 +8,7 @@ import django
django.setup()
from pretix.base.models import *
from pretix.base.models import * # NOQA
if Organizer.objects.exists():
print("There already is data in your DB!")