Skip to content

Commit 021a735

Browse files
committed
CLN: remove trailing whitespace
1 parent a95d567 commit 021a735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslib.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def format_array_from_datetime(ndarray[int64_t] values, object tz=None,
296296
return result
297297

298298

299-
def array_with_unit_to_datetime(ndarray values, object unit,
299+
def array_with_unit_to_datetime(ndarray values, object unit,
300300
str errors='coerce', ndarray mask=None):
301301
"""
302302
convert the ndarray according to the unit

0 commit comments

Comments
 (0)