Skip to content

Commit

Permalink
typo in module name
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyCMWF committed Aug 25, 2023
1 parent 7305e7d commit 685edb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthkit/climate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from earthkit.climate import aggregate, climatology, shapes

try:
from earthkit.data.utils.module_inputs_wrappers import transform_module_inputs
from earthkit.data.utils.module_inputs_wrapper import transform_module_inputs
except ImportError:
pass
else:
Expand Down

0 comments on commit 685edb7

Please sign in to comment.