Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Dec 17, 2024
1 parent 634225f commit a905b66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apis/python/src/tiledbsoma/_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"""Implementation of a SOMA Experiment.
"""
import enum
import warnings
from concurrent.futures import ThreadPoolExecutor
from typing import (
TYPE_CHECKING,
Expand Down Expand Up @@ -52,6 +53,8 @@
from somacore.query.types import IndexFactory, IndexLike
from typing_extensions import Self

from ._constants import SPATIAL_DISCLAIMER

if TYPE_CHECKING:
from ._experiment import Experiment
from ._fastercsx import CompressedMatrix
Expand Down

0 comments on commit a905b66

Please sign in to comment.