[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2025-04-26 04:12:40 +00:00
parent bc4a794efc
commit ff269abd96

View File

@ -619,8 +619,10 @@ JpegXlDecoderVersion_str(void) {
}
static PyMethodDef jpegxlMethods[] = {
{"JpegXlDecoderVersion", JpegXlDecoderVersion_wrapper, METH_NOARGS, "JpegXlVersion"
},
{"JpegXlDecoderVersion",
JpegXlDecoderVersion_wrapper,
METH_NOARGS,
"JpegXlVersion"},
{"PILJpegXlDecoder", _jxl_decoder_new, METH_VARARGS, "PILJpegXlDecoder"},
{NULL, NULL}
};