mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Resolved flake8 warnings
This commit is contained in:
@@ -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!")
|
||||
|
||||
Reference in New Issue
Block a user