Skip to content

Commit 37b58f3

Browse files
committed
Removed feature
1 parent 2eb5987 commit 37b58f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PIL/features.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ def get_supported_codecs():
125125
"webp_anim": ("PIL._webp", "HAVE_WEBPANIM", None),
126126
"webp_mux": ("PIL._webp", "HAVE_WEBPMUX", None),
127127
"transp_webp": ("PIL._webp", "HAVE_TRANSPARENCY", None),
128-
"jxl": ("PIL._jxl", "HAVE_JXL", None),
129128
"raqm": ("PIL._imagingft", "HAVE_RAQM", "raqm_version"),
130129
"fribidi": ("PIL._imagingft", "HAVE_FRIBIDI", "fribidi_version"),
131130
"harfbuzz": ("PIL._imagingft", "HAVE_HARFBUZZ", "harfbuzz_version"),

0 commit comments

Comments
 (0)