mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-18 04:02:25 +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
bc4a794efc
commit
ff269abd96
|
@ -619,8 +619,10 @@ JpegXlDecoderVersion_str(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static PyMethodDef jpegxlMethods[] = {
|
static PyMethodDef jpegxlMethods[] = {
|
||||||
{"JpegXlDecoderVersion", JpegXlDecoderVersion_wrapper, METH_NOARGS, "JpegXlVersion"
|
{"JpegXlDecoderVersion",
|
||||||
},
|
JpegXlDecoderVersion_wrapper,
|
||||||
|
METH_NOARGS,
|
||||||
|
"JpegXlVersion"},
|
||||||
{"PILJpegXlDecoder", _jxl_decoder_new, METH_VARARGS, "PILJpegXlDecoder"},
|
{"PILJpegXlDecoder", _jxl_decoder_new, METH_VARARGS, "PILJpegXlDecoder"},
|
||||||
{NULL, NULL}
|
{NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user