Skip to content

Commit 2ad8c60

Browse files
committed
CLN: GH49897 remove comment
1 parent 76fafe2 commit 2ad8c60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/_libs/tslibs/offsets.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ cdef _determine_offset(kwds):
330330
"seconds", "microseconds", "milliseconds", "minutes", "hours",
331331
}
332332

333-
# check timedelta before relativedelta: maintain compatibility with old tests
334333
if all(k in kwds_use_timedelta for k in kwds_no_nanos):
335334
# Sub-daily offset - use timedelta (tz-aware)
336335
# This also handles "milliseconds" (plur): see GH 49897

0 commit comments

Comments
 (0)