mirror of
https://github.com/pretix/pretix.git
synced 2026-08-06 10:07:50 +00:00
fix isort
This commit is contained in:
@@ -77,7 +77,7 @@ from pretix.presale.views.organizer import (
|
||||
filter_qs_by_attr, weeks_for_template,
|
||||
)
|
||||
|
||||
from ...helpers.formats.en.formats import WEEK_FORMAT, SHORT_MONTH_DAY_FORMAT
|
||||
from ...helpers.formats.en.formats import SHORT_MONTH_DAY_FORMAT, WEEK_FORMAT
|
||||
from . import (
|
||||
CartMixin, EventViewMixin, allow_frame_if_namespaced, get_cart,
|
||||
iframe_entry_view_wrapper,
|
||||
|
||||
@@ -63,7 +63,9 @@ from pretix.base.models import (
|
||||
from pretix.base.services.quotas import QuotaAvailability
|
||||
from pretix.helpers.compat import date_fromisocalendar
|
||||
from pretix.helpers.daterange import daterange
|
||||
from pretix.helpers.formats.en.formats import WEEK_FORMAT, SHORT_MONTH_DAY_FORMAT
|
||||
from pretix.helpers.formats.en.formats import (
|
||||
SHORT_MONTH_DAY_FORMAT, WEEK_FORMAT,
|
||||
)
|
||||
from pretix.multidomain.urlreverse import eventreverse
|
||||
from pretix.presale.ical import get_ical
|
||||
from pretix.presale.views import OrganizerViewMixin
|
||||
|
||||
Reference in New Issue
Block a user