Skip to content

Commit 4085d5c

Browse files
committed
add def INVALID_FREQ_ERR_MSG to dtypes.pxd
1 parent 7d2980c commit 4085d5c

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
@@ -20,6 +20,7 @@ cdef dict c_PERIOD_AND_OFFSET_DEPR_FREQSTR
2020
cdef dict attrname_to_abbrevs
2121
cdef dict npy_unit_to_attrname
2222
cdef dict attrname_to_npy_unit
23+
cdef str INVALID_FREQ_ERR_MSG
2324

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

0 commit comments

Comments
 (0)