Skip to content

Commit e026a6c

Browse files
Remove Timedelta Index checks
1 parent 8180bb7 commit e026a6c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ci/code_checks.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
171171
-i "pandas.Timedelta.view SA01" \
172172
-i "pandas.TimedeltaIndex.as_unit RT03,SA01" \
173173
-i "pandas.TimedeltaIndex.components SA01" \
174-
-i "pandas.TimedeltaIndex.microseconds SA01" \
175-
-i "pandas.TimedeltaIndex.nanoseconds SA01" \
176-
-i "pandas.TimedeltaIndex.seconds SA01" \
177174
-i "pandas.TimedeltaIndex.to_pytimedelta RT03,SA01" \
178175
-i "pandas.Timestamp.day GL08" \
179176
-i "pandas.Timestamp.fold GL08" \

0 commit comments

Comments
 (0)