We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a93bd commit ba601b1Copy full SHA for ba601b1
xcube/core/store/__init__.py
@@ -32,7 +32,7 @@
32
new_data_descriptor,
33
)
34
from .error import DataStoreError
35
-from .fs.registry import new_fs_data_store
+from .fs.registry import get_filename_extensions, new_fs_data_store
36
from .preload import PreloadHandle, PreloadState, PreloadStatus
37
from .search import DataSearcher, DefaultSearchMixin
38
from .store import (
0 commit comments