Skip to content

Commit 4172738

Browse files
committed
removing methods whose docstrign has been fixed from code_checks.sh script
1 parent 4d1f0af commit 4172738

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ci/code_checks.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
7171
-i ES01 `# For now it is ok if docstrings are missing the extended summary` \
7272
-i "pandas.Series.dt PR01" `# Accessors are implemented as classes, but we do not document the Parameters section` \
7373
-i "pandas.MultiIndex.reorder_levels RT03,SA01" \
74-
-i "pandas.MultiIndex.to_frame RT03" \
7574
-i "pandas.NA SA01" \
7675
-i "pandas.NaT SA01" \
7776
-i "pandas.Period.freq GL08" \
@@ -174,7 +173,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
174173
-i "pandas.Timedelta.to_timedelta64 SA01" \
175174
-i "pandas.Timedelta.total_seconds SA01" \
176175
-i "pandas.Timedelta.view SA01" \
177-
-i "pandas.TimedeltaIndex.as_unit RT03,SA01" \
178176
-i "pandas.TimedeltaIndex.components SA01" \
179177
-i "pandas.TimedeltaIndex.microseconds SA01" \
180178
-i "pandas.TimedeltaIndex.nanoseconds SA01" \

0 commit comments

Comments
 (0)