From 705b1326fe5dcecc166f5ffc3512b5fc61f8aefe Mon Sep 17 00:00:00 2001 From: Anushka Mittal Date: Tue, 3 Sep 2024 10:42:42 +0530 Subject: [PATCH] NDEV-19864: lint error Signed-off-by: Anushka Mittal --- pkg/engine/context/context.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/engine/context/context.go b/pkg/engine/context/context.go index d5342d720fbc..1490bcb7d694 100644 --- a/pkg/engine/context/context.go +++ b/pkg/engine/context/context.go @@ -5,8 +5,6 @@ import ( "regexp" "strings" - "github.com/kyverno/kyverno/pkg/toggle" - jsoniter "github.com/json-iterator/go" kyvernov1 "github.com/kyverno/kyverno/api/kyverno/v1" kyvernov1beta1 "github.com/kyverno/kyverno/api/kyverno/v1beta1" @@ -14,6 +12,7 @@ import ( "github.com/kyverno/kyverno/pkg/engine/jmespath" "github.com/kyverno/kyverno/pkg/engine/jsonutils" "github.com/kyverno/kyverno/pkg/logging" + "github.com/kyverno/kyverno/pkg/toggle" apiutils "github.com/kyverno/kyverno/pkg/utils/api" admissionv1 "k8s.io/api/admission/v1" "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"