mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-05-18 12:26:54 +02:00
fix: adapt to bec_lib changes (no more submodules in __init__.py)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user