From 2db5c7d5032551a2f13be91c5c5120ab921b3042 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Thu, 16 Oct 2025 18:31:40 +0200 Subject: [PATCH] typo --- dap/accumulator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dap/accumulator.py b/dap/accumulator.py index 435e805..19365d1 100644 --- a/dap/accumulator.py +++ b/dap/accumulator.py @@ -2,8 +2,8 @@ import argparse from bsread.sender import Sender, PUB -from utils import FileHandler, Sorter -from zmqsocks import ZMQSocketsAccumulator, make_address, make_bsread_timestamp +from utils import FileHandler, Sorter, make_bsread_timestamp +from zmqsocks import ZMQSocketsAccumulator, make_address OUTPUT_DIR = "/gpfs/photonics/swissfel/buffer/dap/data"