Updated list syntax

Co-Authored-By: radarhere <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Hugo 2018-12-13 00:28:26 +11:00 committed by GitHub
parent 7172a44caa
commit 0635e38514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ features = {
"webp_mux": ("PIL._webp", 'HAVE_WEBPMUX'),
"transp_webp": ("PIL._webp", "HAVE_TRANSPARENCY"),
"raqm": ("PIL._imagingft", "HAVE_RAQM"),
"libjpegturbo": ("PIL._imaging", "HAVE_LIBJPEGTURBO")
"libjpegturbo": ("PIL._imaging", "HAVE_LIBJPEGTURBO"),
}