forked from CGM_Public/pretix_original
fix isort
This commit is contained in:
committed by
Kara Engelhardt
parent
44e010a207
commit
43917c62a8
@@ -55,7 +55,9 @@ from django.utils.http import http_date
|
|||||||
from django_scopes import scopes_disabled
|
from django_scopes import scopes_disabled
|
||||||
|
|
||||||
from pretix.base.models import Event, Organizer
|
from pretix.base.models import Event, Organizer
|
||||||
from pretix.helpers.cookies import delete_cookie_without_samesite, set_cookie_without_samesite
|
from pretix.helpers.cookies import (
|
||||||
|
delete_cookie_without_samesite, set_cookie_without_samesite,
|
||||||
|
)
|
||||||
from pretix.multidomain.models import KnownDomain
|
from pretix.multidomain.models import KnownDomain
|
||||||
|
|
||||||
LOCAL_HOST_NAMES = ('testserver', 'localhost')
|
LOCAL_HOST_NAMES = ('testserver', 'localhost')
|
||||||
|
|||||||
Reference in New Issue
Block a user