mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
isort 5.0 config/docs (#1736)
This commit is contained in:
@@ -75,7 +75,10 @@ class LogEntry(models.Model):
|
||||
|
||||
@cached_property
|
||||
def display_object(self):
|
||||
from . import Order, Voucher, Quota, Item, ItemCategory, Question, Event, TaxRule, SubEvent
|
||||
from . import (
|
||||
Event, Item, ItemCategory, Order, Question, Quota, SubEvent,
|
||||
TaxRule, Voucher,
|
||||
)
|
||||
|
||||
try:
|
||||
if self.content_type.model_class() is Event:
|
||||
|
||||
Reference in New Issue
Block a user