From aef6933fab852d4b24cd71a2463c143761f32400 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Mon, 24 Nov 2025 19:19:08 +0100 Subject: [PATCH] adjust to new import logic --- dap/utils/bsreadext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dap/utils/bsreadext.py b/dap/utils/bsreadext.py index 41dcdbc..185ead2 100644 --- a/dap/utils/bsreadext.py +++ b/dap/utils/bsreadext.py @@ -1,5 +1,5 @@ import numpy as np -from bsread.sender import Sender, PUB +from bsread import Sender, PUB def make_bsread_sender(host="*", port=None):