Skip to content

Commit fad7009

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ea89041 commit fad7009

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/cachier/exporters/prometheus.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def __init__(
7575
self._server: Optional[Any] = None
7676
self._server_thread: Optional[threading.Thread] = None
7777

78-
7978
# Try to import prometheus_client if requested
8079
self._prom_client = None
8180
if use_prometheus_client and PROMETHEUS_CLIENT_AVAILABLE:

0 commit comments

Comments
 (0)