From b3e47ed2e645489ef403b242cfc75b23db0f2945 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Mon, 28 Oct 2024 21:38:56 -0700 Subject: [PATCH] Make codespell happy --- jupyter_server/prometheus/metrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter_server/prometheus/metrics.py b/jupyter_server/prometheus/metrics.py index 2aa3df81d..0afcf6e23 100644 --- a/jupyter_server/prometheus/metrics.py +++ b/jupyter_server/prometheus/metrics.py @@ -19,7 +19,7 @@ notebook_version_info is not None # No notebook package found and notebook_version_info < (7,) # Notebook package found, is version 6 # Notebook package found, but its version is the same as jupyter_server - # version. This means some package (lookin at you, nbclassic) has shimmed + # version. This means some package (looking at you, nbclassic) has shimmed # the notebook package to instead be imports from the jupyter_server package. # In such cases, notebook.prometheus.metrics is actually *this file*, so # trying to import it will cause a circular import. So we don't.