Skip to content

Commit

Permalink
Update _obsm_field.py
Browse files Browse the repository at this point in the history
  • Loading branch information
justjhong authored Feb 5, 2022
1 parent 5fce7ce commit 7d28fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scvi/data/anndata/fields/_obsm_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def __init__(
obsm_key: str,
colnames_uns_key: Optional[str] = None,
is_count_data: bool = False,
correct_data_format=True,
correct_data_format: bool = True,
) -> None:
super().__init__(registry_key)
self._attr_key = obsm_key
Expand Down

0 comments on commit 7d28fe8

Please sign in to comment.