From b6314dd15cd1b3061810b1b7c7654694e8935d36 Mon Sep 17 00:00:00 2001 From: Ian Rodney Date: Wed, 7 Oct 2020 11:39:38 -0700 Subject: [PATCH] [metrics] Cleanup unused item in Docstring (#11254) * Use * remove unused tag --- python/ray/util/metrics.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/ray/util/metrics.py b/python/ray/util/metrics.py index 4c5686ba0..22276848b 100644 --- a/python/ray/util/metrics.py +++ b/python/ray/util/metrics.py @@ -163,7 +163,6 @@ class Gauge(Metric): name(str): Name of the metric. description(str): Description of the metric. tag_keys(tuple): Tag keys of the metric. - tags(dict): Dictionary of default tag values. """ def __init__(self,