We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
__all__
1 parent b8c10a8 commit 33c934eCopy full SHA for 33c934e
esmvalcore/esgf/facets.py
@@ -8,8 +8,8 @@
8
from esmvalcore.io.esgf.facets import DATASET_MAP, FACETS, create_dataset_map
9
10
__all__ = [
11
- "FACETS",
12
"DATASET_MAP",
+ "FACETS",
13
"create_dataset_map",
14
]
15
esmvalcore/io/esgf/__init__.py
@@ -43,8 +43,8 @@
43
from esmvalcore.io.esgf._search import ESGFDataSource, find_files
44
45
46
- "ESGFFile",
47
"ESGFDataSource",
+ "ESGFFile",
48
"download",
49
"find_files",
50
0 commit comments