Skip to content

Commit

Permalink
code-review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Dec 18, 2024
1 parent 1092833 commit 4b81b1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apis/python/src/tiledbsoma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@
CoordinateSpace,
IdentityTransform,
ScaleTransform,
Axis,
UniformScaleTransform,
)
from ._query import (
Axis,
ExperimentAxisQuery,
)
from somacore.options import ResultOrder
Expand Down
9 changes: 7 additions & 2 deletions apis/python/tests/test_experiment_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@
from somacore import AxisQuery, options

import tiledbsoma as soma
from tiledbsoma import ExperimentAxisQuery, SOMATileDBContext, _factory, pytiledbsoma
from tiledbsoma import (
Axis,
ExperimentAxisQuery,
SOMATileDBContext,
_factory,
pytiledbsoma,
)
from tiledbsoma._collection import CollectionBase
from tiledbsoma._experiment import Experiment
from tiledbsoma._query import Axis
from tiledbsoma.experiment_query import X_as_series

from tests._util import raises_no_typeguard
Expand Down

0 comments on commit 4b81b1c

Please sign in to comment.