Remove fmt import

This commit is contained in:
Sasha Koshka 2024-09-10 17:39:27 -04:00
parent 9dd35c1dff
commit 2b1f5d5c65

View File

@ -1,6 +1,5 @@
package ucolor
import "fmt"
import "image/color"
// HSV represents a color with hue, saturation, and value components. Each