Skip to content

Commit 23be1a9

Browse files
committed
Compatibility to handle both <0.10.9 and newer versions of anndata
1 parent 7804b29 commit 23be1a9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/mudata/_core/mudata.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@
1616
import pandas as pd
1717
from anndata import AnnData
1818
from anndata._core.aligned_mapping import (
19-
AlignedView,
20-
AxisArrays,
2119
AxisArraysBase,
22-
PairwiseArrays,
2320
PairwiseArraysView,
2421
)
2522
from anndata._core.views import DataFrameView
2623
from anndata.utils import convert_to_dict
2724

25+
from .compat import AlignedView, AxisArrays, PairwiseArrays
2826
from .config import OPTIONS
2927
from .file_backing import MuDataFileManager
3028
from .repr import MUDATA_CSS, block_matrix, details_block_table

0 commit comments

Comments
 (0)