Skip to content

Commit f2ebb00

Browse files
committed
removed alias in timedeltas.py
1 parent d7e169a commit f2ebb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/tools/timedeltas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
NaTType,
1919
)
2020
from pandas._libs.tslibs.timedeltas import (
21-
Timedelta as _Timedelta,
21+
Timedelta,
2222
disallow_ambiguous_unit,
2323
parse_timedelta_unit,
2424
)

0 commit comments

Comments
 (0)