diff --git a/src/pretix/api/views/checkin.py b/src/pretix/api/views/checkin.py index 08e090f723..dc0c8a7730 100644 --- a/src/pretix/api/views/checkin.py +++ b/src/pretix/api/views/checkin.py @@ -673,7 +673,7 @@ def _redeem_process(*, checkinlists, raw_barcode, answers_data, datetime, force, ) ] - if len(op_candidates_matching_product) > 1 : + if len(op_candidates_matching_product) > 1: # if none of the above filters the results to 1, filter based on op.valid_from/until # keep ops without valid_from/until op_candidates_matching_product = [