Skip to content

Commit cbe67b7

Browse files
TonioFforman
andauthored
Update xcube/core/store/fs/store.py
Co-authored-by: Norman Fomferra <[email protected]>
1 parent b740b74 commit cbe67b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xcube/core/store/fs/store.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,11 @@ def get_data_types(cls) -> tuple[str, ...]:
212212
find_data_opener_extensions
213213
)
214214
return tuple(
215-
{
215+
sorted({
216216
data_type
217217
for types_tuple in format_to_data_type_aliases.values()
218218
for data_type in types_tuple
219-
}
219+
})
220220
)
221221

222222
def get_data_types_for_data(self, data_id: str) -> tuple[str, ...]:

0 commit comments

Comments
 (0)