Skip to content

Commit

Permalink
DOC: fix SA05 errors in docstrings for pandas.core.resample.Resampler… (
Browse files Browse the repository at this point in the history
#57426)

DOC: fix SA05 errors in docstrings for pandas.core.resample.Resampler -- first, and last

Co-authored-by: William Joshua King <[email protected]>
  • Loading branch information
williamking1221 and William Joshua King authored Feb 14, 2024
1 parent 81e3e0f commit d3597ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/code_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1870,8 +1870,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
$BASE_DIR/scripts/validate_docstrings.py --format=actions --errors=SA05 --ignore_functions \
pandas.core.groupby.SeriesGroupBy.first\
pandas.core.groupby.SeriesGroupBy.last\
pandas.core.resample.Resampler.first\
pandas.core.resample.Resampler.last\
pandas.core.window.expanding.Expanding.aggregate\
pandas.core.window.rolling.Rolling.aggregate\
pandas.plotting.bootstrap_plot\
Expand Down

0 comments on commit d3597ed

Please sign in to comment.