Skip to content

Commit c0964bd

Browse files
Remove Series.nbytes from ci/code_checks.sh
1 parent 45cc5f8 commit c0964bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/code_checks.sh

-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
348348
-i "pandas.Series.mod PR07" \
349349
-i "pandas.Series.mode SA01" \
350350
-i "pandas.Series.mul PR07" \
351-
-i "pandas.Series.nbytes SA01" \
352351
-i "pandas.Series.ne PR07,SA01" \
353352
-i "pandas.Series.nunique RT03" \
354353
-i "pandas.Series.pad PR01,SA01" \

0 commit comments

Comments
 (0)