Skip to content

Commit 9cd0743

Browse files
authored
Removed unused variable (#9789)
1 parent b39b964 commit 9cd0743

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/_imaging.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ _new_arrow(PyObject *self, PyObject *args) {
328328
ModeID mode_id;
329329
int xsize, ysize;
330330
PyObject *schema_capsule, *array_capsule;
331-
PyObject *ret;
332331

333332
if (!PyArg_ParseTuple(
334333
args, "s(ii)OO", &mode, &xsize, &ysize, &schema_capsule, &array_capsule

0 commit comments

Comments
 (0)