Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:ecmwf/anemoi-datasets into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Jun 20, 2024
2 parents ca3338d + 2674d9a commit 3d2ed90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:
hooks:
- id: ruff
# Next line if for documenation cod snippets
exclude: '^[A-Za-z]\w*_\.py$'
exclude: '^[^_].*_\.py$'
args:
- --line-length=120
- --fix
Expand Down
6 changes: 3 additions & 3 deletions src/anemoi/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
from .data import open_dataset

__all__ = [
"open_dataset",
"MissingDateError",
"__version__",
"add_dataset_path",
"add_named_dataset",
"list_dataset_names",
"__version__",
"MissingDateError",
"open_dataset",
]

0 comments on commit 3d2ed90

Please sign in to comment.