Skip to content

Commit

Permalink
lint: ignore unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Mar 23, 2023
1 parent fb3c19a commit 44c5bb8
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 @@ -8,7 +8,7 @@
from prometheus_client import Counter

try:
import notebook
import notebook # type: ignore

if notebook.__name__ != "notebook":
# avoid double-importing myself if nbclassic is shimming jupyter_server into notebook,
Expand Down

0 comments on commit 44c5bb8

Please sign in to comment.