Skip to content

Commit

Permalink
Fix/importError #1183 (#1184)
Browse files Browse the repository at this point in the history
* fixed importError, issue #1183

* Removed 'renamed_arg'

* linting
  • Loading branch information
Abelgurung committed Apr 5, 2024
1 parent 9069571 commit 08f1c90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 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 deprecated_arg_names

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


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

0 comments on commit 08f1c90

Please sign in to comment.