Skip to content

Commit

Permalink
Remove only absolute import.
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 committed Jan 5, 2023
1 parent a8451ef commit e2fbd52
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 e2fbd52

Please sign in to comment.