Skip to content

Commit df3dd4f

Browse files
authored
fix typo also for sanetize -> sanitize (#17)
1 parent bbc76d4 commit df3dd4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/anemoi/utils/sanetize.py renamed to src/anemoi/utils/sanitize.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
# granted to it by virtue of its status as an intergovernmental organisation
66
# nor does it submit to any jurisdiction.
77

8-
from .sanetise import sanetise as sanetize
8+
from .sanitise import sanitise as sanitize
99

10-
__all__ = ["sanetize"]
10+
__all__ = ["sanitize"]

0 commit comments

Comments
 (0)