mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2025-10-13 20:18:52 +02:00
chore: Removes unused import
Removes the `image/jpeg` import, as it is already imported via blank identifier.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user