From 0635e38514577903dede5074fc69117a356b4b42 Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 13 Dec 2018 00:28:26 +1100 Subject: [PATCH] Updated list syntax Co-Authored-By: radarhere <3112309+radarhere@users.noreply.github.com> --- src/PIL/features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/features.py b/src/PIL/features.py index b8c9fdd8c..7ae0900da 100644 --- a/src/PIL/features.py +++ b/src/PIL/features.py @@ -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"), }