From b7132fa42b58f3c25ff67ecac9afdeab73ce74c2 Mon Sep 17 00:00:00 2001 From: Tuhin Sharma Date: Thu, 2 May 2024 17:03:01 +0530 Subject: [PATCH] DOC: remove -i pandas.Series.backfill PR01,SA01 --- ci/code_checks.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/code_checks.sh b/ci/code_checks.sh index 996f361e9440f..b2ff811071538 100755 --- a/ci/code_checks.sh +++ b/ci/code_checks.sh @@ -168,7 +168,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then -i "pandas.Series SA01" \ -i "pandas.Series.__iter__ RT03,SA01" \ -i "pandas.Series.add PR07" \ - -i "pandas.Series.backfill PR01,SA01" \ -i "pandas.Series.case_when RT03" \ -i "pandas.Series.cat PR07,SA01" \ -i "pandas.Series.cat.add_categories PR01,PR02" \