Skip to content

Commit

Permalink
Update scvi/data/fields/_dataframe_field.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkim0 authored Jan 25, 2024
1 parent 49856f9 commit 123518f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scvi/data/fields/_dataframe_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def get_summary_stats(self, _state_registry: dict) -> dict:
"""Get summary stats."""
return {}

def view_state_registry(self, _state_registry: dict) -> rich.table.Table:
def view_state_registry(self, _state_registry: dict) -> rich.table.Table | None:
"""View state registry."""
return None

Expand Down

0 comments on commit 123518f

Please sign in to comment.