Skip to content

Commit 33c934e

Browse files
authored
Sort __all__ in Python modules (#2914)
1 parent b8c10a8 commit 33c934e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

esmvalcore/esgf/facets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
from esmvalcore.io.esgf.facets import DATASET_MAP, FACETS, create_dataset_map
99

1010
__all__ = [
11-
"FACETS",
1211
"DATASET_MAP",
12+
"FACETS",
1313
"create_dataset_map",
1414
]
1515

esmvalcore/io/esgf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
from esmvalcore.io.esgf._search import ESGFDataSource, find_files
4444

4545
__all__ = [
46-
"ESGFFile",
4746
"ESGFDataSource",
47+
"ESGFFile",
4848
"download",
4949
"find_files",
5050
]

0 commit comments

Comments
 (0)