Skip to content

Commit 1332db7

Browse files
committed
Remove unit, utcoffset, utctimetuple from code checks
1 parent 5b40a70 commit 1332db7

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
@@ -234,10 +234,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
234234
-i "pandas.Timestamp.tz_localize SA01" \
235235
-i "pandas.Timestamp.tzinfo GL08" \
236236
-i "pandas.Timestamp.tzname SA01" \
237-
-i "pandas.Timestamp.unit SA01" \
238237
-i "pandas.Timestamp.utcfromtimestamp PR01,SA01" \
239-
-i "pandas.Timestamp.utcoffset SA01" \
240-
-i "pandas.Timestamp.utctimetuple SA01" \
241238
-i "pandas.Timestamp.value GL08" \
242239
-i "pandas.Timestamp.year GL08" \
243240
-i "pandas.api.extensions.ExtensionArray._pad_or_backfill PR01,RT03,SA01" \

0 commit comments

Comments
 (0)