Skip to content

Commit d8ad329

Browse files
remove return statement
1 parent 9047108 commit d8ad329

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/_libs/tslibs/timestamps.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,6 @@ cdef class _Timestamp(ABCTimestamp):
634634
>>> pd.Timestamp.max
635635
Timestamp('2262-04-11 23:47:16.854775807')
636636
"""
637-
return max
638637

639638
def min(self) -> "Timestamp":
640639
"""
@@ -658,7 +657,6 @@ cdef class _Timestamp(ABCTimestamp):
658657
>>> pd.Timestamp.min
659658
Timestamp('1677-09-21 00:12:43.145224193')
660659
"""
661-
return min
662660

663661
@property
664662
def is_month_start(self) -> bool:

0 commit comments

Comments
 (0)