Update cache.pxd

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

View file

@ -1,4 +1,4 @@
from std_memory cimport shared_ptr
from .std_memory cimport shared_ptr
cdef extern from "rocksdb/cache.h" namespace "rocksdb":
cdef cppclass Cache: