Skip to content

Commit

Permalink
DOC: remove SA01 for pandas.DataFrame.swaplevel
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhinsharma121 committed May 6, 2024
1 parent 6593d5c commit a637701
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/code_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
-i "pandas.DataFrame.min RT03" \
-i "pandas.DataFrame.plot PR02,SA01" \
-i "pandas.DataFrame.std PR01,RT03,SA01" \
-i "pandas.DataFrame.swaplevel SA01" \
-i "pandas.Grouper PR02" \
-i "pandas.Index PR07" \
-i "pandas.Index.join PR07,RT03,SA01" \
Expand Down

0 comments on commit a637701

Please sign in to comment.