Compliance with new isort version

This commit is contained in:
Raphael Michel
2018-02-01 16:38:22 +01:00
parent dacffc5f90
commit 1a1a02d080
3 changed files with 3 additions and 6 deletions

View File

@@ -2,8 +2,7 @@ from django.conf.urls import include, url
from pretix.control.views import (
auth, checkin, dashboards, event, global_settings, item, main, orders,
organizer, search, subevents, typeahead, user, users, vouchers,
waitinglist,
organizer, search, subevents, typeahead, user, users, vouchers, waitinglist,
)
urlpatterns = [