Skip to content

Commit

Permalink
nothing really
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Jan 26, 2025
1 parent 940a3d5 commit 7dfbf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scdataloader/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def mapped(
dataset,
obs_keys: list[str] | None = None,
obsm_keys: list[str] | None = None,
obs_filter: dict[str, str | tuple[str, ...]] | None = None,s
obs_filter: dict[str, str | tuple[str, ...]] | None = None,
join: Literal["inner", "outer"] | None = "inner",
encode_labels: bool | list[str] = True,
unknown_label: str | dict[str, str] | None = None,
Expand Down

0 comments on commit 7dfbf82

Please sign in to comment.