Skip to content

Commit a6e2409

Browse files
committed
cr: query_ids types don't need to be public exports
https://github.com/single-cell-data/TileDB-SOMA-ML/pull/27/files#r1934835405
1 parent 5105364 commit a6e2409

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/tiledbsoma_ml/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .common import MiniBatch, NDArrayJoinId, NDArrayNumber, XBatch
1010
from .dataloader import experiment_dataloader
1111
from .dataset import ExperimentDataset
12-
from .query_ids import Chunks, Partition, QueryIDs, SamplingMethod
12+
from .query_ids import SamplingMethod
1313

1414
try:
1515
__version__ = version("tiledbsoma-ml")
@@ -27,8 +27,5 @@
2727
"NDArrayNumber",
2828
"XBatch",
2929
# `.query_ids`
30-
"Chunks",
31-
"Partition",
32-
"QueryIDs",
3330
"SamplingMethod",
3431
]

0 commit comments

Comments
 (0)