Update comparator.pxd

This commit is contained in:
iFA 2020-09-03 08:51:02 +02:00 committed by GitHub
parent 30d4b02f00
commit 1d486f7437
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
from libcpp.string cimport string
from slice_ cimport Slice
from logger cimport Logger
from std_memory cimport shared_ptr
from .slice_ cimport Slice
from .logger cimport Logger
from .std_memory cimport shared_ptr
cdef extern from "rocksdb/comparator.h" namespace "rocksdb":
cdef cppclass Comparator: