Skip to content

Commit

Permalink
(fix): remove unnecessary exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Sep 2, 2024
1 parent a82f539 commit 45b5300
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@
("py:class", "anndata.compat.ZappyArray"),
("py:class", "anndata.compat.DaskArray"),
("py:class", "anndata.compat.CupyArray"),
("py:class", "anndata.compat.CupyCSCArray"),
("py:class", "anndata.compat.CupyCSRArray"),
("py:class", "anndata.compat.CupySparseMatrix"),
("py:class", "numpy.ma.core.MaskedArray"),
("py:class", "dask.array.core.Array"),
Expand Down
4 changes: 0 additions & 4 deletions src/anndata/_core/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
from ..compat import (
AwkArray,
CupyArray,
CupyCSCMatrix,
CupyCSRMatrix,
CupySparseMatrix,
DaskArray,
H5Array,
Expand Down Expand Up @@ -45,8 +43,6 @@
CSCDataset,
DaskArray,
CupyArray,
CupyCSCMatrix,
CupyCSRMatrix,
CupySparseMatrix,
]

Expand Down

0 comments on commit 45b5300

Please sign in to comment.