Merge pull request #8732 from radarhere/unused_parse

This commit is contained in:
Hugo van Kemenade 2025-02-06 13:18:34 +02:00 committed by GitHub
commit dd2bb392e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1013,10 +1013,6 @@ _convert_transparent(ImagingObject *self, PyObject *args) {
static PyObject *
_copy(ImagingObject *self, PyObject *args) {
if (!PyArg_ParseTuple(args, "")) {
return NULL;
}
return PyImagingNew(ImagingCopy(self->image));
}