Skip to content

Commit 7cf8cdc

Browse files
DOC: remove pandas.Index.item
1 parent 0c182be commit 7cf8cdc

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
@@ -138,7 +138,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
138138
-i "pandas.Index.inferred_type SA01" \
139139
-i "pandas.Index.insert PR07,RT03,SA01" \
140140
-i "pandas.Index.intersection PR07,RT03,SA01" \
141-
-i "pandas.Index.item SA01" \
142141
-i "pandas.Index.join PR07,RT03,SA01" \
143142
-i "pandas.Index.memory_usage RT03" \
144143
-i "pandas.Index.names GL08" \
@@ -152,7 +151,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
152151
-i "pandas.Index.symmetric_difference PR07,RT03,SA01" \
153152
-i "pandas.Index.take PR01,PR07" \
154153
-i "pandas.Index.union PR07,RT03,SA01" \
155-
-i "pandas.Index.unique RT03" \
156154
-i "pandas.Index.view GL08" \
157155
-i "pandas.Int16Dtype SA01" \
158156
-i "pandas.Int32Dtype SA01" \

0 commit comments

Comments
 (0)