Skip to content

Commit

Permalink
Make codespell happy
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Oct 29, 2024
1 parent 4ec1daa commit b3e47ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_server/prometheus/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b3e47ed

Please sign in to comment.