mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-17 19:52:35 +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[] = {
|
||||
{"JpegXlDecoderVersion", JpegXlDecoderVersion_wrapper, METH_NOARGS, "JpegXlVersion"
|
||||
},
|
||||
{"JpegXlDecoderVersion",
|
||||
JpegXlDecoderVersion_wrapper,
|
||||
METH_NOARGS,
|
||||
"JpegXlVersion"},
|
||||
{"PILJpegXlDecoder", _jxl_decoder_new, METH_VARARGS, "PILJpegXlDecoder"},
|
||||
{NULL, NULL}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user