Skip to content

Commit 92a8ead

Browse files
committed
remove init from Day
1 parent 86e670b commit 92a8ead

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/_libs/tslibs/offsets.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,8 +1208,6 @@ cdef class Day(Tick):
12081208
_period_dtype_code = PeriodDtypeCode.D
12091209
_creso = NPY_DATETIMEUNIT.NPY_FR_D
12101210

1211-
def __init__(self, n=1, normalize=False):
1212-
super().__init__(n, normalize)
12131211

12141212
cdef class Hour(Tick):
12151213
"""

0 commit comments

Comments
 (0)