chore: Removes unused import

Removes the `image/jpeg` import, as it is already imported via blank identifier.
This commit is contained in:
Antoine Aflalo
2025-02-14 10:55:39 -05:00
parent 23eb43c691
commit c87fde31c4

View File

@@ -4,13 +4,10 @@ import (
"bytes"
"image"
"image/color"
"image/jpeg"
"image/png"
"sync"
"testing"
_ "image/jpeg"
"image/jpeg"
_ "golang.org/x/image/webp"
"github.com/belphemur/CBZOptimizer/v2/internal/manga"