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 71820e2 commit ae1d434Copy full SHA for ae1d434
services/director-v2/src/simcore_service_director_v2/modules/dask_client.py
@@ -198,7 +198,7 @@ def _comp_sidecar_fct(
198
) -> TaskOutputData:
199
"""This function is serialized by the Dask client and sent over to the Dask sidecar(s)
200
Therefore, (screaming here) DO NOT MOVE THAT IMPORT ANYWHERE ELSE EVER!!"""
201
- from simcore_service_dask_sidecar.worker import ( # type: ignore[import-untyped] # this runs inside the dask-sidecar
+ from simcore_service_dask_sidecar.worker import ( # type: ignore[import-not-found] # this runs inside the dask-sidecar
202
run_computational_sidecar,
203
)
204
0 commit comments