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 c5809c2 commit 3c0d2a3Copy full SHA for 3c0d2a3
services/api-server/src/simcore_service_api_server/api/routes/tasks.py
@@ -19,8 +19,7 @@
19
20
from ...models.schemas.errors import ErrorGet
21
from ...services_rpc.async_jobs import AsyncJobClient
22
-from ..dependencies.authentication import get_current_user_id
23
-from ..dependencies.services import get_product_name
+from ..dependencies.authentication import get_current_user_id, get_product_name
24
from ..dependencies.tasks import get_async_jobs_client
25
26
router = APIRouter()
0 commit comments