Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion esmvalcore/esgf/facets.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from esmvalcore.io.esgf.facets import DATASET_MAP, FACETS, create_dataset_map

__all__ = [
"FACETS",
"DATASET_MAP",
"FACETS",
"create_dataset_map",
]

Expand Down
2 changes: 1 addition & 1 deletion esmvalcore/io/esgf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
from esmvalcore.io.esgf._search import ESGFDataSource, find_files

__all__ = [
"ESGFFile",
"ESGFDataSource",
"ESGFFile",
"download",
"find_files",
]