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

refactor: move RPC-related classes and modules to 'rpc' directory

This allows to break circular import, too
This commit is contained in:
2024-12-18 15:26:52 +01:00
committed by wakonig_k
parent 1b0382524f
commit 5c83702382
15 changed files with 183 additions and 177 deletions

View File

@ -1,4 +1,4 @@
from bec_widgets.cli.rpc_wigdet_handler import RPCWidgetHandler
from bec_widgets.cli.rpc.rpc_widget_handler import RPCWidgetHandler
def test_rpc_widget_handler():