Skip to content

Commit

Permalink
Remove unused ipython_genutils imports.
Browse files Browse the repository at this point in the history
Turns out we did not require the package, so we don’t need to eliminate the dependency.
  • Loading branch information
jasongrout committed Oct 30, 2020
1 parent efee0e3 commit 4c072dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion jupyter_core/paths.py
Expand Up @@ -16,7 +16,6 @@
import warnings

from contextlib import contextmanager
from ipython_genutils import py3compat

pjoin = os.path.join

Expand Down
1 change: 0 additions & 1 deletion jupyter_core/tests/test_paths.py
Expand Up @@ -19,7 +19,6 @@
secure_write, is_hidden, is_file_hidden
)
from tempfile import TemporaryDirectory
from ipython_genutils.testing.decorators import skip_if_not_win32, skip_win32
from .mocking import darwin, windows, linux

pjoin = os.path.join
Expand Down

0 comments on commit 4c072dc

Please sign in to comment.