Potential fix for pull request finding

If the CLI-side description validation is removed, the unicode/utf8 import becomes unused and should also be dropped.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: MrJack <36191829+biagiopietro@users.noreply.github.com>
pull/31580/head
MrJack 3 months ago
parent 4fcc4e4b3d
commit f1ede7c9c1

@ -21,7 +21,6 @@ import (
"io" "io"
"strconv" "strconv"
"time" "time"
"unicode/utf8"
"github.com/spf13/cobra" "github.com/spf13/cobra"

Loading…
Cancel
Save