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 2 weeks ago committed by GitHub
parent da936c637e
commit 77a3cb0ca6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save