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,