removed some empty lines

This commit is contained in:
2025-10-18 00:42:12 +02:00
parent 37a86ba423
commit 571b2749f2

View File

@@ -57,9 +57,7 @@ def accumulate(accumulator_addr, bsread_port):
continue
timestamp = tuple(results["timestamp"])
data = pack_bsread_data(results, detector)
sorter.add(pulse_id, (timestamp, data))
ready = sorter.flush_ready()