From 86263b106930bbbed44c9085e21075fd96f09e86 Mon Sep 17 00:00:00 2001 From: srinandan <13950006+srinandan@users.noreply.github.com> Date: Mon, 15 Aug 2022 11:58:14 -0700 Subject: [PATCH] remove unused var #55 --- cmd/org/import.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/org/import.go b/cmd/org/import.go index b944e3c75..3452b4061 100644 --- a/cmd/org/import.go +++ b/cmd/org/import.go @@ -51,7 +51,7 @@ var ImportCmd = &cobra.Command{ }, RunE: func(cmd *cobra.Command, args []string) (err error) { - var keystoreList, kvmList []string + var kvmList []string clilog.Warning.Println("Calls to Apigee APIs have a quota of 6000 per min. Running this tool against large list of entities can exhaust that quota and impact the usage of the platform.")