Skip to content

Commit

Permalink
Update xscen/catalog.py
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor James Smith <[email protected]>
  • Loading branch information
RondeauG and Zeitsperre authored Nov 6, 2023
1 parent 3394439 commit a5191d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xscen/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def unique(self, columns: Union[str, Sequence[str]] = None):
Parameters
----------
columns : str or list of str, optional
columns : str or sequence of str, optional
The columns to get unique values from. If None, all columns are used.
"""
if self.df.size == 0:
Expand Down

0 comments on commit a5191d3

Please sign in to comment.