0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

fix(widgets): removed widget module import of sub widgets

This commit is contained in:
2024-06-19 11:34:56 +02:00
parent 6dabbf874f
commit 216511b951
11 changed files with 17 additions and 16 deletions

View File

@ -2,7 +2,7 @@
import pytest
from bec_widgets.widgets import BECDock, BECDockArea
from bec_widgets.widgets.dock import BECDock, BECDockArea
from .client_mocks import mocked_client