diff --git a/pysatSpaceWeather/__init__.py b/pysatSpaceWeather/__init__.py index 4f454394..f77aec14 100644 --- a/pysatSpaceWeather/__init__.py +++ b/pysatSpaceWeather/__init__.py @@ -5,7 +5,7 @@ from importlib import resources except ImportError: import importlib_metadata as metadata - import importlib-resources as resources + import importlib_resources as resources from pysatSpaceWeather import instruments # noqa F401