Skip to content

Commit 71783b3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0270f1c commit 71783b3

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/scanpy/plotting/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
timeseries_subplot = deprecated("Use `dpt_timeseries`.")(timeseries_subplot)
113113

114114
from ._rank_genes_groups import (
115-
rank_genes_groups_matrixplot,
116-
rank_genes_groups_heatmap,
117115
rank_genes_groups_dotplot,
116+
rank_genes_groups_heatmap,
117+
rank_genes_groups_matrixplot,
118118
)

src/scanpy/plotting/_rank_genes_groups.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,3 @@ def rank_genes_groups_dotplot(
165165
dot_color_df=values_df,
166166
**kwargs,
167167
)
168-

0 commit comments

Comments
 (0)