Skip to content

Commit d8ea8f4

Browse files
committed
Remove unused _day and _month attrs (pandas-dev#17431)
closes pandas-dev#17429
1 parent b110f96 commit d8ea8f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/_libs/tslib.pyx

-2
Original file line numberDiff line numberDiff line change
@@ -831,8 +831,6 @@ class NaTType(_NaT):
831831
cdef _NaT base
832832

833833
base = _NaT.__new__(cls, 1, 1, 1)
834-
base._day = -1
835-
base._month = -1
836834
base.value = NPY_NAT
837835

838836
return base

0 commit comments

Comments
 (0)