Skip to content

Commit 2765ee1

Browse files
committed
remove ceil,floor,asm8,round from code_checks.sh
1 parent 61d50d3 commit 2765ee1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/code_checks.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,10 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
109109
-i "pandas.Series.sparse.from_coo PR07,SA01" \
110110
-i "pandas.Series.sparse.npoints SA01" \
111111
-i "pandas.Series.sparse.sp_values SA01" \
112-
-i "pandas.Timedelta.asm8 SA01" \
113-
-i "pandas.Timedelta.ceil SA01" \
114112
-i "pandas.Timedelta.components SA01" \
115-
-i "pandas.Timedelta.floor SA01" \
116113
-i "pandas.Timedelta.max PR02" \
117114
-i "pandas.Timedelta.min PR02" \
118115
-i "pandas.Timedelta.resolution PR02" \
119-
-i "pandas.Timedelta.round SA01" \
120116
-i "pandas.Timedelta.to_numpy PR01" \
121117
-i "pandas.Timedelta.to_timedelta64 SA01" \
122118
-i "pandas.Timedelta.total_seconds SA01" \

0 commit comments

Comments
 (0)