Skip to content

Commit 3175137

Browse files
committed
type
1 parent 43c2ab7 commit 3175137

File tree

1 file changed

+1
-1
lines changed
  • services/autoscaling/src/simcore_service_autoscaling/modules

1 file changed

+1
-1
lines changed

services/autoscaling/src/simcore_service_autoscaling/modules/dask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ async def compute_cluster_total_resources(
320320
# get dask information about resources
321321
worker_dask_resources = worker_details["resources"]
322322
worker_threads = worker_details["nthreads"]
323-
worker_dask_resources = {
323+
worker_dask_resources: dict[str, int | float | str] = {
324324
**worker_dask_resources,
325325
DASK_WORKER_THREAD_RESOURCE_NAME: worker_threads,
326326
}

0 commit comments

Comments
 (0)