Skip to content

Commit 379ba47

Browse files
author
Borja Elizalde
committed
removed Series.skew from the list as is no longer giving error
1 parent 5fcc389 commit 379ba47

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
@@ -162,7 +162,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
162162
-i "pandas.Series.product RT03" \
163163
-i "pandas.Series.reorder_levels RT03,SA01" \
164164
-i "pandas.Series.sem PR01,RT03,SA01" \
165-
-i "pandas.Series.skew RT03,SA01" \
165+
-i "pandas.Series.skew SA01" \
166166
-i "pandas.Series.sparse PR01,SA01" \
167167
-i "pandas.Series.sparse.density SA01" \
168168
-i "pandas.Series.sparse.fill_value SA01" \

0 commit comments

Comments
 (0)