Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jun 24, 2023
1 parent 0297c9c commit 6a0b46d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/black/handle_ipynb_magics.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class Replacement:
def jupyter_dependencies_are_installed(*, verbose: bool, quiet: bool) -> bool:
try:
# isort: off
# tokenize_rt is less commonly installed than IPython and IPython is expensive to import
import tokenize_rt # noqa:F401
import IPython # noqa:F401

Expand Down

0 comments on commit 6a0b46d

Please sign in to comment.