Skip to content

Commit 4ec1daa

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyter_server/prometheus/metrics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717

1818
if (
19-
notebook_version_info is not None # No notebook package found
20-
and notebook_version_info < (7,) # Notebook package found, is version 6
19+
notebook_version_info is not None # No notebook package found
20+
and notebook_version_info < (7,) # Notebook package found, is version 6
2121
# Notebook package found, but its version is the same as jupyter_server
2222
# version. This means some package (lookin at you, nbclassic) has shimmed
2323
# the notebook package to instead be imports from the jupyter_server package.

0 commit comments

Comments
 (0)