fix: adapt to bec_lib changes (no more submodules in __init__.py)

This commit is contained in:
2024-05-07 17:10:35 +02:00
parent 0490e80c48
commit 5d09a13d88
17 changed files with 30 additions and 20 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ from unittest import mock
import numpy as np
import pytest
from bec_lib import RedisConnector, messages
from bec_lib import messages
from bec_lib.redis_connector import RedisConnector
from pytestqt import qtbot
from bec_widgets.examples.stream_plot.stream_plot import StreamPlot