Skip to content

Commit

Permalink
Removed 'renamed_arg'
Browse files Browse the repository at this point in the history
  • Loading branch information
Abelgurung committed Apr 3, 2024
1 parent 0e51095 commit 0c238ed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cellrank/pl/_circular_projection.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from matplotlib.colors import LinearSegmentedColormap, LogNorm

from anndata import AnnData
from scanpy._utils import renamed_arg

from cellrank import logging as logg
from cellrank._utils import Lineage
Expand Down Expand Up @@ -69,8 +68,6 @@ def _get_optimal_order(data: Lineage, metric: Metric_T) -> Tuple[float, np.ndarr


@d.dedent
@renamed_arg('labeldistance', 'label_distance')
@renamed_arg('labelrot', 'label_rot')
def circular_projection(
adata: AnnData,
keys: Union[str, Sequence[str]],
Expand Down

0 comments on commit 0c238ed

Please sign in to comment.