Skip to content

Commit 25baa1d

Browse files
authored
Remove only absolute import. (#331)
Everything seem to be using relative import except this line (and the tests and scripts). Be consistent.
1 parent 589bf43 commit 25baa1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_core/paths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
import platformdirs
2323

24-
from jupyter_core.utils import deprecation
24+
from .utils import deprecation
2525

2626
pjoin = os.path.join
2727

0 commit comments

Comments
 (0)