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,