Skip to content

Commit e63ae38

Browse files
authored
Merge pull request #8004 from Yay295/patch-2
2 parents 7f6ad11 + 4a4eb0f commit e63ae38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_imaging.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3737,7 +3737,7 @@ _getattr_unsafe_ptrs(ImagingObject *self, void *closure) {
37373737
self->image->image32,
37383738
"image",
37393739
self->image->image);
3740-
};
3740+
}
37413741

37423742
static struct PyGetSetDef getsetters[] = {
37433743
{"mode", (getter)_getattr_mode},

0 commit comments

Comments
 (0)