Skip to content

Commit

Permalink
restore backend.py, but keep readers/common.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas committed Oct 18, 2024
1 parent 2e197e2 commit f29d2ff
Show file tree
Hide file tree
Showing 14 changed files with 11 additions and 462 deletions.
2 changes: 1 addition & 1 deletion virtualizarr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from virtualizarr.manifests import ChunkManifest, ManifestArray # type: ignore # noqa
from virtualizarr.accessor import VirtualiZarrDatasetAccessor # type: ignore # noqa
from virtualizarr.backends import open_virtual_dataset # noqa: F401
from virtualizarr.backend import open_virtual_dataset # noqa: F401

from importlib.metadata import version as _version

Expand Down
1 change: 0 additions & 1 deletion virtualizarr/backends/__init__.py

This file was deleted.

256 changes: 0 additions & 256 deletions virtualizarr/backends/api.py

This file was deleted.

Loading

0 comments on commit f29d2ff

Please sign in to comment.