Update completion_test.go

removed the package import "strings" as it was not being used in the code

Signed-off-by: Umair <58398786+Umair0343@users.noreply.github.com>
This commit is contained in:
Umair
2023-11-26 16:26:21 +05:00
committed by GitHub
parent 1d2993e83e
commit 070d8544cd

View File

@@ -3,7 +3,6 @@ package completion
import (
"io"
"os"
"strings"
"testing"
"github.com/spf13/cobra"