Skip to content

Commit

Permalink
import .dataset by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Aug 12, 2022
1 parent c504844 commit 7d5e978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharrow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from xarray import DataArray

from . import example_data, selectors, shared_memory, sparse
from . import dataset, example_data, selectors, shared_memory, sparse
from ._version import version as __version__
from .dataset import Dataset
from .digital_encoding import array_decode, array_encode
Expand Down

0 comments on commit 7d5e978

Please sign in to comment.