From e8e175936c49128773fdfede4816acf4ba42a6c6 Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Thu, 30 Apr 2026 07:14:58 +0200 Subject: [PATCH] fix flake8 --- src/pretix/api/views/checkin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/api/views/checkin.py b/src/pretix/api/views/checkin.py index 4f363a2721..b51c4a93cd 100644 --- a/src/pretix/api/views/checkin.py +++ b/src/pretix/api/views/checkin.py @@ -664,7 +664,7 @@ def _redeem_process(*, checkinlists, raw_barcode, answers_data, datetime, force, op_candidates += list(op.addons.all()) # 3. Handle the "multiple options found" case: Except for the unlikely case of a secret being also a valid primary - # key on the same list, we're probably dealing with multiple linked_orderpositions or the ``addon_match`` case + # key on the same list, we're probably dealing with multiple linked_orderpositions or the ``addon_match`` case # here and need to figure out which op has the right product. This basically is a valid-for-checkin-test on every op. if len(op_candidates) > 1: today = now()