From faef4315136fad0fc7bcc84365d3225cd83fb69b Mon Sep 17 00:00:00 2001 From: notsafeforgit Date: Fri, 20 Mar 2026 15:22:19 -0700 Subject: [PATCH] fix: remove unused goimagehash import in phash utility --- pkg/utils/phash.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/utils/phash.go b/pkg/utils/phash.go index 9d6053c2d..34b2e861b 100644 --- a/pkg/utils/phash.go +++ b/pkg/utils/phash.go @@ -5,7 +5,6 @@ import ( "math/bits" "strconv" - "github.com/corona10/goimagehash" "github.com/stashapp/stash/pkg/sliceutil" )