Apparently, isort reverted their change

This commit is contained in:
Raphael Michel
2018-02-03 15:01:01 +01:00
parent 15dc62855b
commit f6713008aa
3 changed files with 6 additions and 3 deletions

View File

@@ -2,7 +2,8 @@ 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 = [