mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
isort 5.0 config/docs (#1736)
This commit is contained in:
@@ -48,7 +48,7 @@ class CheckinList(LoggedModel):
|
||||
|
||||
@property
|
||||
def positions(self):
|
||||
from . import OrderPosition, Order
|
||||
from . import Order, OrderPosition
|
||||
|
||||
qs = OrderPosition.objects.filter(
|
||||
order__event=self.event,
|
||||
|
||||
Reference in New Issue
Block a user