Skip to content

Commit 4eb3a84

Browse files
committed
normans review adressed
1 parent 1eff9ce commit 4eb3a84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xcube/core/store/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
from .store import (
3939
DataStore,
4040
MutableDataStore,
41-
PreloadDataStore,
41+
PreloadedDataStore,
4242
find_data_store_extensions,
4343
get_data_store_class,
4444
get_data_store_params_schema,

xcube/core/store/store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ def deregister_data(self, data_id: str):
691691
"""
692692

693693

694-
class PreloadDataStore(MutableDataStore):
694+
class PreloadedDataStore(DataStore):
695695
"""A preload data store is a multable data store which contains the preload handle.
696696
697697
Instances of this class are returned by the ``DataStore.preload_data()`` method.

0 commit comments

Comments
 (0)