Skip to content

Commit d98453e

Browse files
authored
Update code_checks.sh
1 parent 8b57322 commit d98453e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ci/code_checks.sh

-3
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
110110
-i "pandas.Series.sparse.npoints SA01" \
111111
-i "pandas.Series.sparse.sp_values SA01" \
112112
-i "pandas.Timedelta.components SA01" \
113-
-i "pandas.Timedelta.max PR02" \
114-
-i "pandas.Timedelta.min PR02" \
115-
-i "pandas.Timedelta.resolution PR02" \
116113
-i "pandas.Timedelta.to_numpy PR01" \
117114
-i "pandas.Timedelta.to_timedelta64 SA01" \
118115
-i "pandas.Timedelta.total_seconds SA01" \

0 commit comments

Comments
 (0)