Skip to content

Commit

Permalink
fix typo also for sanetize -> sanitize (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb authored Oct 9, 2024
1 parent bbc76d4 commit df3dd4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/anemoi/utils/sanetize.py → src/anemoi/utils/sanitize.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# granted to it by virtue of its status as an intergovernmental organisation
# nor does it submit to any jurisdiction.

from .sanetise import sanetise as sanetize
from .sanitise import sanitise as sanitize

__all__ = ["sanetize"]
__all__ = ["sanitize"]

0 comments on commit df3dd4f

Please sign in to comment.