Skip to content

Commit

Permalink
Use formatting of the latest black
Browse files Browse the repository at this point in the history
  • Loading branch information
gtca committed Feb 1, 2023
1 parent 81b0ad1 commit da2de81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"display_version": False,
}


# app setup hook
def setup(app):
app.add_config_value(
Expand Down
1 change: 0 additions & 1 deletion mudata/_core/mudata.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ def _init_from_dict_(
varmap: Optional[Mapping[str, Sequence[int]]] = None,
axis: Literal[0, 1] = 0,
):

return cls(
data={k: (v if isinstance(v, AnnData) else AnnData(**v)) for k, v in mod.items()},
obs=obs,
Expand Down

0 comments on commit da2de81

Please sign in to comment.