Skip to content

Commit

Permalink
remove spurious triple-quote
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwilby committed Oct 21, 2024
1 parent eaa3daf commit 970b9f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deepsensor/data/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,8 +666,7 @@ def sample_df(
sampling_strat: Union[str, int, float, np.ndarray],
seed: Optional[int] = None,
) -> (np.ndarray, np.ndarray):
"""
Sample a DataFrame according to a given strategy.
"""Sample a DataFrame according to a given strategy.
Args:
df (:class:`pandas.DataFrame` | :class:`pandas.Series`):
Expand Down

0 comments on commit 970b9f8

Please sign in to comment.