Skip to content

Commit

Permalink
(fix): import
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Oct 24, 2024
1 parent 174596a commit f018328
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/anndata/_core/anndata.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@
from os import PathLike
from typing import Any, Literal

from ..compat import Index1D
from ..typing import ArrayDataStructureType
from .aligned_mapping import AxisArraysView, LayersView, PairwiseArraysView
from .index import Index, Index1D
from .index import Index


# for backwards compat
Expand Down

0 comments on commit f018328

Please sign in to comment.