Skip to content

Commit cbf2013

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jupyter_server/prometheus/metrics.py

+2-1
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)