Skip to content

Commit 8777629

Browse files
committed
Additional small fixes
1 parent 096a309 commit 8777629

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pandas/core/tools/timedeltas.py

-6
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@ def to_timedelta(arg, unit='ns', box=True, errors='raise'):
8484
8585
>>> pd.to_timedelta(np.arange(5), box=False)
8686
array([0, 1, 2, 3, 4], dtype='timedelta64[ns]')
87-
<<<<<<< HEAD
88-
89-
See also
90-
91-
=======
92-
>>>>>>> improved styling
9387
"""
9488
unit = parse_timedelta_unit(unit)
9589

0 commit comments

Comments
 (0)