feat: small speed up to unpack_variants (#117)

This commit is contained in:
J. Nick Koston
2022-10-28 11:58:58 -05:00
committed by GitHub
parent 3c773e118c
commit 3c164a9291

View File

@@ -3,6 +3,8 @@
import cython
cdef object Variant
cpdef unpack_variants(object data)
cdef _unpack_variants(object data)