Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril committed Aug 28, 2024
1 parent d032aeb commit 0c42cd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arviz/data/inference_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ def __setitem__(self, key: str, value: xr.Dataset):
self._groups.append(key)
setattr(self, key, value)


def groups(self) -> List[str]:
"""Return all groups present in InferenceData object."""
return self._groups_all
Expand Down

0 comments on commit 0c42cd1

Please sign in to comment.