Skip to content

Commit

Permalink
remove unused ManifestBackendArray class (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas authored Nov 4, 2024
1 parent 5e66ad0 commit ba46a77
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions virtualizarr/readers/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
Variable,
open_dataset,
)
from xarray.backends import AbstractDataStore, BackendArray
from xarray.backends import AbstractDataStore
from xarray.core.indexes import PandasIndex

from virtualizarr.manifests import ManifestArray
from virtualizarr.utils import _FsspecFSFromFilepath

XArrayOpenT = str | os.PathLike[Any] | BufferedIOBase | AbstractDataStore
Expand All @@ -34,12 +33,6 @@
DataTree = Any


class ManifestBackendArray(ManifestArray, BackendArray):
"""Using this prevents xarray from wrapping the KerchunkArray in ExplicitIndexingAdapter etc."""

...


def open_loadable_vars_and_indexes(
filepath: str,
loadable_variables,
Expand Down

0 comments on commit ba46a77

Please sign in to comment.