Fix isort issue

This commit is contained in:
Raphael Michel
2023-01-19 11:46:56 +01:00
parent 3257c59117
commit 3133e18b22

View File

@@ -632,10 +632,10 @@ class Event(EventMixin, LoggedModel):
return super().presale_has_ended
def delete_all_orders(self, really=False):
from .checkin import Checkin
from .orders import (
OrderFee, OrderPayment, OrderPosition, OrderRefund, Transaction,
)
from .checkin import Checkin
if not really:
raise TypeError("Pass really=True as a parameter.")