From c10887181b9a2bc030ae7fd53e7c0f47a2f14598 Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Fri, 31 Mar 2023 15:18:43 -0500 Subject: [PATCH] Drop id from RMM dashboard component --- distributed/dashboard/components/rmm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/distributed/dashboard/components/rmm.py b/distributed/dashboard/components/rmm.py index d83f985120d..b0118a5582e 100644 --- a/distributed/dashboard/components/rmm.py +++ b/distributed/dashboard/components/rmm.py @@ -56,7 +56,6 @@ def __init__(self, scheduler, width=600, **kwargs): memory = figure( title="RMM Memory", tools="", - id="bk-rmm-memory-worker-plot", width=int(width / 2), name="rmm_memory_histogram", **kwargs,