Skip to content

Commit d5cebf3

Browse files
committed
fix: add missing pillow_jxl import
This import was accidentally removed in #569. This commit restores the import.
1 parent 584f3aa commit d5cebf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tagstudio/src/qt/widgets/thumb_renderer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
import cv2
1414
import numpy as np
15+
import pillow_jxl # noqa: F401
1516
import rawpy
1617
import structlog
1718
from mutagen import MutagenError, flac, id3, mp4

0 commit comments

Comments
 (0)