Skip to content

Commit f382ef5

Browse files
committed
fix lint line space issue
1 parent e5d29a4 commit f382ef5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/_libs/tslibs/timedeltas.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2455,6 +2455,7 @@ Timedelta
24552455
The resolution of Timedelta, i.e., Timedelta(nanoseconds=1).
24562456
"""
24572457

2458+
24582459
def truediv_object_array(ndarray left, ndarray right):
24592460
cdef:
24602461
ndarray[object] result = np.empty((<object>left).shape, dtype=object)

0 commit comments

Comments
 (0)