Update slice_transform.pxd
This commit is contained in:
parent
7a4fa59617
commit
aefb8123ae
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
from slice_ cimport Slice
|
||||
from .slice_ cimport Slice
|
||||
from libcpp.string cimport string
|
||||
from libcpp cimport bool as cpp_bool
|
||||
from logger cimport Logger
|
||||
from std_memory cimport shared_ptr
|
||||
from .logger cimport Logger
|
||||
from .std_memory cimport shared_ptr
|
||||
|
||||
cdef extern from "rocksdb/slice_transform.h" namespace "rocksdb":
|
||||
cdef cppclass SliceTransform:
|
||||
|
|
Loading…
Reference in a new issue