diff --git a/ci/code_checks.sh b/ci/code_checks.sh index 54e12496cf9c5..5eae5c6b60c17 100755 --- a/ci/code_checks.sh +++ b/ci/code_checks.sh @@ -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\