Skip to content

Commit 00789bc

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jupyter_server/prometheus/metrics.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
Read https://prometheus.io/docs/practices/naming/ for naming
55
conventions for metrics & labels.
66
"""
7-
from prometheus_client import Info, Gauge, Histogram
7+
8+
from prometheus_client import Gauge, Histogram, Info
89

910
try:
1011
from notebook._version import version_info as notebook_version_info

0 commit comments

Comments
 (0)