diff --git a/earthaccess/api.py b/earthaccess/api.py index a5f1257b..0a50e563 100644 --- a/earthaccess/api.py +++ b/earthaccess/api.py @@ -11,7 +11,7 @@ from .auth import Auth from .results import DataCollection, DataGranule from .search import CollectionQuery, DataCollections, DataGranules, GranuleQuery -from .store import EarthAccessFile, Store +from .store import Store from .system import PROD, System from .utils import _validation as validate diff --git a/uv.lock b/uv.lock index 7d3b8fa6..de79bc42 100644 --- a/uv.lock +++ b/uv.lock @@ -855,7 +855,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf57 [[package]] name = "earthaccess" -version = "0.10.0" +version = "0.11.0" source = { editable = "." } dependencies = [ { name = "fsspec" },