Skip to content

Commit ae1d434

Browse files
committed
mypy
1 parent 71820e2 commit ae1d434

File tree

1 file changed

+1
-1
lines changed
  • services/director-v2/src/simcore_service_director_v2/modules

1 file changed

+1
-1
lines changed

services/director-v2/src/simcore_service_director_v2/modules/dask_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def _comp_sidecar_fct(
198198
) -> TaskOutputData:
199199
"""This function is serialized by the Dask client and sent over to the Dask sidecar(s)
200200
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
201+
from simcore_service_dask_sidecar.worker import ( # type: ignore[import-not-found] # this runs inside the dask-sidecar
202202
run_computational_sidecar,
203203
)
204204

0 commit comments

Comments
 (0)