Skip to content

Commit dc14c3c

Browse files
committed
use cdef
1 parent f01444b commit dc14c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rapidfuzz/cpp_common.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ from array import array
3434
pandas_NA = None
3535

3636
cdef extern from "rapidfuzz/details/types.hpp" namespace "rapidfuzz" nogil:
37-
cpdef enum class EditType:
37+
cdef enum class EditType:
3838
None = 0,
3939
Replace = 1,
4040
Insert = 2,

0 commit comments

Comments
 (0)