mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Fixed import order
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from django.conf.urls import include, url
|
||||
|
||||
from pretix.control.views import (
|
||||
auth, attendees, event, dashboards, item, main, orders, organizer, user,
|
||||
attendees, auth, dashboards, event, item, main, orders, organizer, user,
|
||||
vouchers,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user