From f5cf22e8f1230922788b8619eb68c5b37dc94ece Mon Sep 17 00:00:00 2001 From: Nicolas Ontiveros Date: Thu, 13 Jul 2023 07:40:52 -0700 Subject: [PATCH] fix lint --- pkg/monitor/cluster/maintenance.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/monitor/cluster/maintenance.go b/pkg/monitor/cluster/maintenance.go index 6a614cd5b1e..0a1d4530d03 100644 --- a/pkg/monitor/cluster/maintenance.go +++ b/pkg/monitor/cluster/maintenance.go @@ -4,8 +4,7 @@ package cluster // Licensed under the Apache License 2.0. import ( - "context" - "time" + "context" "github.com/Azure/ARO-RP/pkg/api" )