Skip to content

Commit b4dcef0

Browse files
committed
update
1 parent a798141 commit b4dcef0

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
@@ -1107,7 +1107,6 @@ cdef class Day(SingleConstructorOffset):
11071107
return Day(self.n + other.n)
11081108
return other + np.timedelta64(self.n, "D")
11091109

1110-
@apply_array_wraps
11111110
def _apply_array(self, dtarr):
11121111
return dtarr + np.timedelta64(self.n, "D")
11131112

0 commit comments

Comments
 (0)