Skip to content

Commit 894f9bb

Browse files
committed
Adding depracated warning for units M and Y
1 parent 2d4dd50 commit 894f9bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/tools/timedeltas.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
from pandas.core.dtypes.common import is_list_like
1212
from pandas.core.dtypes.generic import ABCSeries, ABCIndexClass
13+
import warnings
1314

1415
from pandas.core.arrays.timedeltas import sequence_to_td64ns
1516

0 commit comments

Comments
 (0)