Skip to content

Commit ebe2f8e

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

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
@@ -37,6 +37,7 @@
3737

3838

3939
from prometheus_client import Info
40+
4041
from .._version import __version__
4142

4243
SERVER_INFO = Info("jupyter_server_info", "Jupyter Server Version information")
@@ -46,5 +47,5 @@
4647
"HTTP_REQUEST_DURATION_SECONDS",
4748
"TERMINAL_CURRENTLY_RUNNING_TOTAL",
4849
"KERNEL_CURRENTLY_RUNNING_TOTAL",
49-
"SERVER_INFO"
50+
"SERVER_INFO",
5051
]

0 commit comments

Comments
 (0)