Skip to content

Commit c43b3b9

Browse files
committed
Attempt fixing docstring parser decorator position
1 parent 88ab5bc commit c43b3b9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/liana/method/sp/_misty/_Misty.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
from liana.method.sp._misty._single_view_models import SingleViewModel
1616

1717

18+
@d.dedent
1819
class MistyData(MuData):
1920
"""
2021
MistyData Class used to construct multi-view objects
@@ -37,18 +38,17 @@ class MistyData(MuData):
3738
3839
Attributes
3940
----------
40-
view_names : list[str]
41+
view_names
4142
List of names of the different views
42-
spatial_key : str
43+
spatial_key
4344
Key in `data.obsm` containing the spatial coordinates.
44-
enforce_obs : bool
45+
enforce_obs
4546
See parameter with the same name.
46-
obs : pd.DataFrame
47+
obs
4748
See parameter with the same name.
4849
4950
"""
5051

51-
@d.dedent
5252
def __init__(self,
5353
data: dict | MuData,
5454
obs: pd.DataFrame | None = None,

0 commit comments

Comments
 (0)