File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,8 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
79
79
-i " pandas.Series.sparse.from_coo PR07,SA01" \
80
80
-i " pandas.Series.sparse.npoints SA01" \
81
81
-i " pandas.Series.sparse.sp_values SA01" \
82
+ -i " pandas.Series.dt.freq GL08" \
83
+ -i " pandas.Series.dt.unit GL08" \
82
84
-i " pandas.Timedelta.max PR02" \
83
85
-i " pandas.Timedelta.min PR02" \
84
86
-i " pandas.Timedelta.resolution PR02" \
@@ -90,8 +92,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
90
92
-i " pandas.Timestamp.resolution PR02" \
91
93
-i " pandas.Timestamp.tzinfo GL08" \
92
94
-i " pandas.Timestamp.year GL08" \
93
- -i " pandas.Series.dt.freq GL08" \
94
- -i " pandas.Series.dt.unit GL08" \
95
95
-i " pandas.api.types.is_dict_like PR07,SA01" \
96
96
-i " pandas.api.types.is_file_like PR07,SA01" \
97
97
-i " pandas.api.types.is_float PR01,SA01" \
You can’t perform that action at this time.
0 commit comments