Skip to content

Commit

Permalink
fix: pillow_jxl import was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
DandyDev01 authored Dec 22, 2024
1 parent 3b0a423 commit e877eba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tagstudio/src/qt/widgets/thumb_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

import cv2
import numpy as np
import pillow_jxl # noaq: F401
import rawpy
import structlog
from mutagen import MutagenError, flac, id3, mp4
Expand Down

0 comments on commit e877eba

Please sign in to comment.