Skip to content

Commit 412ab91

Browse files
committed
remove dict c_REMOVED_ABBREVS, add msg if raise KeyError in get_reso_from_freqstr
1 parent 8d4ec2a commit 412ab91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/_libs/tslibs/dtypes.pxd

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ cdef dict c_PERIOD_AND_OFFSET_DEPR_FREQSTR
1919
cdef dict attrname_to_abbrevs
2020
cdef dict npy_unit_to_attrname
2121
cdef dict attrname_to_npy_unit
22+
cdef str INVALID_FREQ_ERR_MSG
2223

2324
cdef enum c_FreqGroup:
2425
# Mirrors FreqGroup in the .pyx file

0 commit comments

Comments
 (0)