0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +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

@ -70,7 +70,7 @@ def test_client_generator_with_black_formatting():
import enum
from typing import Literal, Optional, overload
from bec_widgets.cli.client_utils import RPCBase, rpc_call
from bec_widgets.cli.rpc.rpc_base import RPCBase, rpc_call
# pylint: skip-file