Skip to content

Commit

Permalink
Update unit-test case to use the user-facing API
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Dec 18, 2024
1 parent ed982c6 commit 640675c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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,10 @@
from somacore import AxisQuery, options

import tiledbsoma as soma
from tiledbsoma import SOMATileDBContext, _factory, pytiledbsoma
from tiledbsoma import SOMATileDBContext, _factory, pytiledbsoma, ExperimentAxisQuery
from tiledbsoma._collection import CollectionBase
from tiledbsoma._experiment import Experiment
from tiledbsoma._query import Axis, ExperimentAxisQuery
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 640675c

Please sign in to comment.