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