We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7804b29 commit 23be1a9Copy full SHA for 23be1a9
1 file changed
src/mudata/_core/mudata.py
@@ -16,15 +16,13 @@
16
import pandas as pd
17
from anndata import AnnData
18
from anndata._core.aligned_mapping import (
19
- AlignedView,
20
- AxisArrays,
21
AxisArraysBase,
22
- PairwiseArrays,
23
PairwiseArraysView,
24
)
25
from anndata._core.views import DataFrameView
26
from anndata.utils import convert_to_dict
27
+from .compat import AlignedView, AxisArrays, PairwiseArrays
28
from .config import OPTIONS
29
from .file_backing import MuDataFileManager
30
from .repr import MUDATA_CSS, block_matrix, details_block_table
0 commit comments