We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec1daa commit b3e47edCopy full SHA for b3e47ed
jupyter_server/prometheus/metrics.py
@@ -19,7 +19,7 @@
19
notebook_version_info is not None # No notebook package found
20
and notebook_version_info < (7,) # Notebook package found, is version 6
21
# Notebook package found, but its version is the same as jupyter_server
22
- # version. This means some package (lookin at you, nbclassic) has shimmed
+ # version. This means some package (looking at you, nbclassic) has shimmed
23
# the notebook package to instead be imports from the jupyter_server package.
24
# In such cases, notebook.prometheus.metrics is actually *this file*, so
25
# trying to import it will cause a circular import. So we don't.
0 commit comments