Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/spatialdata_refactor' into spati…
Browse files Browse the repository at this point in the history
…aldata_refactor
  • Loading branch information
dylanclam12 committed Aug 8, 2023
2 parents 7038a3f + 44a377a commit 39153f8
Show file tree
Hide file tree
Showing 10 changed files with 1,090 additions and 888 deletions.
6 changes: 1 addition & 5 deletions bento/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
from . import datasets as ds
from . import io
from . import plotting as pl
from . import tools as tl
from . import _utils as ut
from . import geometry as geo
from .plotting import _colors as colors
from ._utils import sync
from . import query as qy
8 changes: 2 additions & 6 deletions bento/geometry/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
from ._geometry import (
count_points,
crop,
get_points,
get_points_metadata,
get_shape,
rename_shapes,
sindex_points,
)
sindex_points
)
Loading

0 comments on commit 39153f8

Please sign in to comment.