From 7d3183f67bbc50646babbb5ab26c26ddf15cbdb4 Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Tue, 16 Dec 2025 08:25:36 +0100 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 d8d55c356d..bb7fb2c3c8 100644 --- a/src/pretix/api/views/checkin.py +++ b/src/pretix/api/views/checkin.py @@ -672,7 +672,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 = [