From 720d26cab77a4a8ee9ae1bfe91520042146b5f87 Mon Sep 17 00:00:00 2001 From: Enrique Garcia <garcia@lapp.in2p3.fr> Date: Fri, 29 Apr 2022 17:34:45 +0200 Subject: [PATCH] correct import from explore OSRR notebook --- examples/notebooks/ossr_api-Explore_the_OSSR.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/notebooks/ossr_api-Explore_the_OSSR.ipynb b/examples/notebooks/ossr_api-Explore_the_OSSR.ipynb index 98be2b9d..946ec409 100644 --- a/examples/notebooks/ossr_api-Explore_the_OSSR.ipynb +++ b/examples/notebooks/ossr_api-Explore_the_OSSR.ipynb @@ -28,7 +28,7 @@ "metadata": {}, "outputs": [], "source": [ - "from eossr.api import get_ossr_records" + "from eossr.api.ossr import get_ossr_records" ] }, { -- GitLab