We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c2481 commit cbf2013Copy full SHA for cbf2013
jupyter_server/prometheus/metrics.py
@@ -4,7 +4,8 @@
4
Read https://prometheus.io/docs/practices/naming/ for naming
5
conventions for metrics & labels.
6
"""
7
-from prometheus_client import Info, Gauge, Histogram
+
8
+from prometheus_client import Gauge, Histogram, Info
9
10
try:
11
from notebook._version import version_info as notebook_version_info
0 commit comments