File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
packages/service-library/src/servicelib/rabbitmq/rpc_interfaces/webserver/v1
services/web/server/src/simcore_service_webserver/projects/_controller Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 11"""Main WebServer RPC Client."""
22
33from models_library .rabbitmq_basic_types import RPCNamespace
4- from models_library .rpc .webserver import WEBSERVER_RPC_NAMESPACE
54from servicelib .rabbitmq import RabbitMQRPCClient
65
76from .api_keys import ApiKeysRpcApi
@@ -16,7 +15,7 @@ class WebServerRpcClient:
1615 def __init__ (
1716 self ,
1817 rpc_client : RabbitMQRPCClient ,
19- namespace : RPCNamespace = WEBSERVER_RPC_NAMESPACE ,
18+ namespace : RPCNamespace ,
2019 ):
2120 self ._rpc_client = rpc_client
2221 self ._namespace = namespace
Original file line number Diff line number Diff line change 1414 ProjectForbiddenRpcError ,
1515 ProjectNotFoundRpcError ,
1616)
17- from simcore_service_storage .core .settings import get_application_settings
1817
1918from ...application_settings import get_application_settings
2019from ...rabbitmq import get_rabbitmq_rpc_server
You can’t perform that action at this time.
0 commit comments