fix flake8

This commit is contained in:
Richard Schreiber
2025-12-17 09:22:49 +01:00
parent b9035e8c6d
commit 6e45e46b6b

View File

@@ -103,7 +103,10 @@ class ReusableMedium(LoggedModel):
OrderPosition,
related_name='linked_media',
verbose_name=_('Linked tickets'),
help_text=_("If you link to more than one ticket, make sure there is no overlap in validity. If multiple tickets are valid at once, this will lead to failed check-ins.")
help_text=_(
'If you link to more than one ticket, make sure there is no overlap in validity. '
'If multiple tickets are valid at once, this will lead to failed check-ins.'
)
)
linked_giftcard = models.ForeignKey(
GiftCard,