Skip to content

Commit

Permalink
BUG: replaced dash with underscore
Browse files Browse the repository at this point in the history
Import name is different from the package name.
  • Loading branch information
aburrell committed Oct 19, 2023
1 parent b2dcf6d commit 5d530e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysatSpaceWeather/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5d530e6

Please sign in to comment.