Skip to content

Commit a72e434

Browse files
committed
Incorporated Linting feedback
1 parent 5fdfd9e commit a72e434

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/_libs/tslibs/timestamps.pyx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -411,14 +411,11 @@ cdef class _Timestamp(datetime):
411411
# py27 compat, see GH#17329
412412
return round(self.value / 1e9, 6)
413413

414-
415-
416414
# ----------------------------------------------------------------------
417415

418416
# Python front end to C extension type _Timestamp
419417
# This serves as the box for datetime64
420418

421-
422419
class Timestamp(_Timestamp):
423420
"""Pandas replacement for datetime.datetime
424421

0 commit comments

Comments
 (0)