Skip to content

Commit 3c8592f

Browse files
committed
type
1 parent 0cb5933 commit 3c8592f

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
@@ -325,7 +325,7 @@ async def compute_cluster_total_resources(
325325
DASK_WORKER_THREAD_RESOURCE_NAME: worker_threads,
326326
}
327327
cluster_resources += Resources.from_flat_dict(
328-
worker_dask_resources.items(), mapping=DASK_TO_RESOURCE_NAME_MAPPING
328+
worker_dask_resources, mapping=DASK_TO_RESOURCE_NAME_MAPPING
329329
)
330330

331331
return cluster_resources

0 commit comments

Comments
 (0)