Skip to content

Commit 4200dfd

Browse files
committed
Remove unnecessary imports
1 parent 32bf020 commit 4200dfd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/blosc2/blosc2_ext.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ from cpython cimport (
2424
PyObject_GetBuffer,
2525
)
2626
from cpython.pycapsule cimport PyCapsule_GetPointer, PyCapsule_New
27-
from cpython.ref cimport Py_INCREF, Py_DECREF
2827
from cython.operator cimport dereference
2928
from libc.stdint cimport uintptr_t
3029
from libc.stdlib cimport free, malloc, realloc

0 commit comments

Comments
 (0)