Skip to content

Commit

Permalink
removed alias in timedeltas.py
Browse files Browse the repository at this point in the history
  • Loading branch information
brownl83 committed Dec 4, 2024
1 parent d7e169a commit f2ebb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/tools/timedeltas.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
NaTType,
)
from pandas._libs.tslibs.timedeltas import (
Timedelta as _Timedelta,
Timedelta,
disallow_ambiguous_unit,
parse_timedelta_unit,
)
Expand Down

0 comments on commit f2ebb00

Please sign in to comment.