mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
273aa54052
commit
057651a50c
|
@ -3751,8 +3751,7 @@ _getattr_unsafe_ptrs(ImagingObject *self, void *closure) {
|
|||
}
|
||||
|
||||
static PyObject *
|
||||
_getattr_readonly(ImagingObject* self, void* closure)
|
||||
{
|
||||
_getattr_readonly(ImagingObject *self, void *closure) {
|
||||
return PyLong_FromLong(self->image->readonly);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user