From 889b8e2ef0edd833060a8f28e317bcd5cb8d0a78 Mon Sep 17 00:00:00 2001 From: Paul Dittamo Date: Mon, 8 Apr 2024 11:28:10 -0700 Subject: [PATCH] lint Signed-off-by: Paul Dittamo --- flytepropeller/pkg/controller/nodes/cache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flytepropeller/pkg/controller/nodes/cache.go b/flytepropeller/pkg/controller/nodes/cache.go index 68871c33d5..59cf21057d 100644 --- a/flytepropeller/pkg/controller/nodes/cache.go +++ b/flytepropeller/pkg/controller/nodes/cache.go @@ -5,7 +5,6 @@ import ( "strconv" "time" - "github.com/flyteorg/flyte/flytestdlib/otelutils" "github.com/pkg/errors" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" @@ -22,6 +21,7 @@ import ( "github.com/flyteorg/flyte/flytepropeller/pkg/controller/nodes/interfaces" "github.com/flyteorg/flyte/flytepropeller/pkg/controller/nodes/task" "github.com/flyteorg/flyte/flytestdlib/logger" + "github.com/flyteorg/flyte/flytestdlib/otelutils" "github.com/flyteorg/flyte/flytestdlib/storage" )