Skip to content

Commit

Permalink
Remove only absolute import. (jupyter#331)
Browse files Browse the repository at this point in the history
Everything seem to be using relative import except this line (and the
tests and scripts). Be consistent.
  • Loading branch information
Carreau authored Jan 5, 2023
1 parent 589bf43 commit 25baa1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_core/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

import platformdirs

from jupyter_core.utils import deprecation
from .utils import deprecation

pjoin = os.path.join

Expand Down

0 comments on commit 25baa1d

Please sign in to comment.