Skip to content

Commit 795abd7

Browse files
committed
fixup code check
1 parent 3d94eef commit 795abd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/code_checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
167167
-i "pandas.tseries.offsets.DateOffset.normalize GL08" \
168168
-i "pandas.tseries.offsets.Day.is_on_offset GL08" \
169169
-i "pandas.tseries.offsets.Day.n GL08" \
170-
-i "pandas.tseries.offsets.Day.nanos SA01" \
170+
-i "pandas.tseries.offsets.Day.freqstr SA01" \
171171
-i "pandas.tseries.offsets.Day.normalize GL08" \
172172
-i "pandas.tseries.offsets.Easter.is_on_offset GL08" \
173173
-i "pandas.tseries.offsets.Easter.n GL08" \

0 commit comments

Comments
 (0)