Skip to content

Commit d122f0a

Browse files
williamking1221William Joshua King
authored andcommitted
DOC: fix SA05 errors in docstrings for pandas.core.resample.Resampler… (pandas-dev#57426)
DOC: fix SA05 errors in docstrings for pandas.core.resample.Resampler -- first, and last Co-authored-by: William Joshua King <[email protected]>
1 parent e2796d8 commit d122f0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ci/code_checks.sh

-2
Original file line numberDiff line numberDiff line change
@@ -1870,8 +1870,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
18701870
$BASE_DIR/scripts/validate_docstrings.py --format=actions --errors=SA05 --ignore_functions \
18711871
pandas.core.groupby.SeriesGroupBy.first\
18721872
pandas.core.groupby.SeriesGroupBy.last\
1873-
pandas.core.resample.Resampler.first\
1874-
pandas.core.resample.Resampler.last\
18751873
pandas.core.window.expanding.Expanding.aggregate\
18761874
pandas.core.window.rolling.Rolling.aggregate\
18771875
pandas.plotting.bootstrap_plot\

0 commit comments

Comments
 (0)