Update table_factory.pxd
This commit is contained in:
parent
aefc0328aa
commit
65ce14e6a7
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
from libc.stdint cimport uint32_t
|
||||
from libcpp cimport bool as cpp_bool
|
||||
from std_memory cimport shared_ptr
|
||||
from .std_memory cimport shared_ptr
|
||||
|
||||
from cache cimport Cache
|
||||
from filter_policy cimport FilterPolicy
|
||||
from .cache cimport Cache
|
||||
from .filter_policy cimport FilterPolicy
|
||||
|
||||
cdef extern from "rocksdb/table.h" namespace "rocksdb":
|
||||
cdef cppclass TableFactory:
|
||||
|
|
Loading…
Reference in a new issue