Fix compatibility with Cython 3.0.0

Remove unused import which seems to be removed in Cython 3.
This commit is contained in:
Scott Talbert
2023-07-25 12:42:32 -04:00
parent dac1e86423
commit aeb557d01e
2 changed files with 782 additions and 783 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -42,7 +42,6 @@ for manipulating the SVG shape info in memory.
import sys
cimport cython.object
from cpython.buffer cimport (
Py_buffer, PyObject_CheckBuffer, PyObject_GetBuffer, PyBUF_SIMPLE,
PyBuffer_Release)