mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Fixed import order
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user