Skip to content

Commit 2038fdc

Browse files
remove cruft
1 parent 443e31d commit 2038fdc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/conductor/client/telemetry/metrics_collector_base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import signal
66
import threading
77
import time
8-
from typing import Any, Dict, List
8+
from typing import Any, Dict
99

1010
# Lazy imports - these will be imported when first needed.
1111
# PROMETHEUS_MULTIPROC_DIR must be set before prometheus_client is imported.
@@ -103,7 +103,6 @@ def __init__(self, settings: MetricsSettings):
103103
self.counters: Dict[str, Any] = {}
104104
self.gauges: Dict[str, Any] = {}
105105
self.histograms: Dict[str, Any] = {}
106-
self.summaries: Dict[str, Any] = {}
107106
self.registry = None
108107
self.must_collect_metrics = False
109108
self._lock = threading.RLock()

0 commit comments

Comments
 (0)