Update slice_transform.pxd

This commit is contained in:
iFA 2020-09-03 08:53:13 +02:00 committed by GitHub
parent 7a4fa59617
commit aefb8123ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: