Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 19, 2024
1 parent 48662d4 commit 895dd7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions src/cellarr/CellArrDataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@


class CellArrDataset:
"""A class that represent a collection of cells and their associated metadata
in a TileDB backed store.
"""
"""A class that represent a collection of cells and their associated metadata in a TileDB backed store."""

def __init__(
self,
Expand Down
4 changes: 2 additions & 2 deletions src/cellarr/utils_anndata.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def remap_anndata(
var_feature_column: str = "index",
layer_matrix_name: str = "counts",
) -> csr_matrix:
"""Extract and remap the count matrix to the provided feature (gene) set
order from the :py:class:`~anndata.AnnData` object.
"""Extract and remap the count matrix to the provided feature (gene) set order from the :py:class:`~anndata.AnnData`
object.
Args:
adata:
Expand Down

0 comments on commit 895dd7e

Please sign in to comment.