Skip to content

Commit

Permalink
Removed redundant argument parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Feb 5, 2025
1 parent 2810d7c commit a7d7a10
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/_imaging.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}

Expand Down

0 comments on commit a7d7a10

Please sign in to comment.