Fix JPEG XL

This commit is contained in:
Disty0
2026-03-24 13:36:52 +03:00
parent bc22e0f0dc
commit a5977f09f5
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -182,9 +182,10 @@ except Exception as e:
sys.exit(1)
try:
pass # pylint: disable=W0611,C0411
import pillow_jxl # pylint: disable=W0611,C0411
except Exception:
pass
from PIL import Image # pylint: disable=W0611,C0411
timer.startup.record("pillow")