From 20e8a5e9df4cd917b5cdef62f868877c41fc03b6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 03:38:15 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- jupyter_server/prometheus/metrics.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jupyter_server/prometheus/metrics.py b/jupyter_server/prometheus/metrics.py index 04f0070c3..7e3481b80 100644 --- a/jupyter_server/prometheus/metrics.py +++ b/jupyter_server/prometheus/metrics.py @@ -4,6 +4,7 @@ Read https://prometheus.io/docs/practices/naming/ for naming conventions for metrics & labels. """ + # Do this to see if we end up in an import loop? from notebook.prometheus.metrics import ( HTTP_REQUEST_DURATION_SECONDS,