Skip to content

Commit 911cf69

Browse files
DOC: fix SA01 for pandas.read_sas
1 parent e9609ad commit 911cf69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/code_checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,8 +482,8 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
482482
-i "pandas.plotting.scatter_matrix PR07,SA01" \
483483
-i "pandas.plotting.table PR07,RT03,SA01" \
484484
-i "pandas.qcut PR07,SA01" \
485+
-i "pandas.read_feather SA01" \
485486
-i "pandas.read_orc SA01" \
486-
-i "pandas.read_sas SA01" \
487487
-i "pandas.read_spss SA01" \
488488
-i "pandas.reset_option SA01" \
489489
-i "pandas.set_eng_float_format RT03,SA01" \

0 commit comments

Comments
 (0)