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 Mar 6, 2024
1 parent 3fbf837 commit c2e7424
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion anndata/_core/anndata.py
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,9 @@ def transpose(self) -> AnnData:

T = property(transpose)

def to_df(self, layer=None, obs: Optional[Union[str, List[str]]]=None) -> pd.DataFrame:
def to_df(
self, layer=None, obs: Optional[Union[str, List[str]]] = None
) -> pd.DataFrame:
"""\
Generate shallow :class:`~pandas.DataFrame`.
Expand Down

0 comments on commit c2e7424

Please sign in to comment.