mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Refactor code quality issues (#2001)
This commit is contained in:
@@ -159,7 +159,7 @@ class CheckInListMixin(BaseExporter):
|
||||
), self.event.timezone)
|
||||
qs = qs.filter(subevent__date_from__lt=dt)
|
||||
|
||||
o = tuple()
|
||||
o = ()
|
||||
if self.event.has_subevents and not cl.subevent:
|
||||
o = ('subevent__date_from', 'subevent__name')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user