We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313aade commit 0207711Copy full SHA for 0207711
services/web/server/src/simcore_service_webserver/functions/_functions_controller_rpc.py
@@ -18,8 +18,10 @@
18
FunctionJobIDNotFoundError,
19
FunctionOutputSchema,
20
RegisteredFunction,
21
+ RegisteredFunctionDB,
22
RegisteredFunctionJob,
23
RegisteredFunctionJobCollection,
24
+ RegisteredFunctionJobDB,
25
RegisteredProjectFunction,
26
RegisteredProjectFunctionJob,
27
RegisteredSolverFunction,
@@ -32,7 +34,6 @@
32
34
33
35
from ..rabbitmq import get_rabbitmq_rpc_server
36
from . import _functions_repository
-from ._functions_repository import RegisteredFunctionDB, RegisteredFunctionJobDB
37
38
router = RPCRouter()
39
0 commit comments