From 95328ea0a699edfc0efd06e7de1266a9dcd867e8 Mon Sep 17 00:00:00 2001 From: Ayush Tiwari <55987406+ayushontop@users.noreply.github.com> Date: Wed, 7 May 2025 02:11:46 +0530 Subject: [PATCH] removed error import Signed-off-by: Ayush Tiwari <55987406+ayushontop@users.noreply.github.com> --- pkg/cmd/repo_list.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/cmd/repo_list.go b/pkg/cmd/repo_list.go index fbd0ee8c1..cbd0a69ad 100644 --- a/pkg/cmd/repo_list.go +++ b/pkg/cmd/repo_list.go @@ -17,7 +17,6 @@ limitations under the License. package cmd import ( - "errors" "fmt" "io"