Fixed import order

This commit is contained in:
Raphael Michel
2016-03-10 15:36:18 +01:00
parent 10233071c4
commit 934a451b9b
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
from django.views.generic import ListView
from pretix.base.models import OrderPosition, Item
from pretix.base.models import Item, OrderPosition
from pretix.control.permissions import EventPermissionRequiredMixin