Skip to content

Commit 7bfa8a6

Browse files
author
Si Wei How
committed
remove whitespace
1 parent ccfa548 commit 7bfa8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tseries/offsets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ def __init__(self, start='09:00', end='17:00', offset=timedelta(0)):
588588
end = np.asarray(end)
589589
else:
590590
end = np.array([end])
591-
591+
592592
vliboffsets = np.vectorize(liboffsets._validate_business_time)
593593
start = vliboffsets(start)
594594
end = vliboffsets(end)

0 commit comments

Comments
 (0)