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 58829d9 commit b455ca7Copy full SHA for b455ca7
services/api-server/tests/unit/api_functions/test_api_routers_function_job_collections.py
@@ -9,13 +9,11 @@
9
from models_library.api_schemas_webserver.functions import (
10
RegisteredFunctionJobCollection,
11
RegisteredProjectFunction,
12
+ RegisteredProjectFunctionJob,
13
)
14
from models_library.rest_pagination import PageMetaInfoLimitOffset
15
from servicelib.aiohttp import status
16
from simcore_service_api_server._meta import API_VTAG
-from simcore_service_webserver.functions._functions_service import (
17
- RegisteredProjectFunctionJob,
18
-)
19
20
21
async def test_get_function_job_collection(
0 commit comments