We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc76d4 commit df3dd4fCopy full SHA for df3dd4f
src/anemoi/utils/sanetize.py renamed to src/anemoi/utils/sanitize.py
@@ -5,6 +5,6 @@
5
# granted to it by virtue of its status as an intergovernmental organisation
6
# nor does it submit to any jurisdiction.
7
8
-from .sanetise import sanetise as sanetize
+from .sanitise import sanitise as sanitize
9
10
-__all__ = ["sanetize"]
+__all__ = ["sanitize"]
0 commit comments