Skip to content

Commit 0416b06

Browse files
committed
correcting lint error
1 parent 0486ff1 commit 0416b06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/_libs/tslibs/timestamps.pyx

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ cdef inline _rounddown_int64(v, u):
7979
cdef inline _roundup_int64(v, u):
8080
return _floor_int64(v + u//2, u)
8181

82+
8283
def round_nsint64(values, mode: RoundTo, freq):
8384
"""
8485
Applies rounding mode at given frequency

0 commit comments

Comments
 (0)