From 343caf34589737b52f12da741c66477f191b7f2e Mon Sep 17 00:00:00 2001 From: isubasinghe Date: Tue, 31 Dec 2024 13:33:19 +1100 Subject: [PATCH] fix: linted file Signed-off-by: isubasinghe --- workflow/sync/multi_throttler.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workflow/sync/multi_throttler.go b/workflow/sync/multi_throttler.go index a6ab0d1a4ae0..75b2396c6fb4 100644 --- a/workflow/sync/multi_throttler.go +++ b/workflow/sync/multi_throttler.go @@ -8,8 +8,9 @@ import ( "k8s.io/client-go/tools/cache" - wfv1 "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1" log "github.com/sirupsen/logrus" + + wfv1 "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1" ) //go:generate mockery --name=Throttler