Skip to content

Commit

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

0 comments on commit 5fce7ce

Please sign in to comment.