From 25baa1df8ed5f62e4dae9530b6f56262441fcd35 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Thu, 5 Jan 2023 20:22:10 +0100 Subject: [PATCH] Remove only absolute import. (#331) Everything seem to be using relative import except this line (and the tests and scripts). Be consistent. --- jupyter_core/paths.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter_core/paths.py b/jupyter_core/paths.py index 3c63cc2..1654a08 100644 --- a/jupyter_core/paths.py +++ b/jupyter_core/paths.py @@ -21,7 +21,7 @@ import platformdirs -from jupyter_core.utils import deprecation +from .utils import deprecation pjoin = os.path.join