Skip to content

Commit ba601b1

Browse files
committed
edit init py
1 parent 41a93bd commit ba601b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xcube/core/store/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
new_data_descriptor,
3333
)
3434
from .error import DataStoreError
35-
from .fs.registry import new_fs_data_store
35+
from .fs.registry import get_filename_extensions, new_fs_data_store
3636
from .preload import PreloadHandle, PreloadState, PreloadStatus
3737
from .search import DataSearcher, DefaultSearchMixin
3838
from .store import (

0 commit comments

Comments
 (0)