From 36e6f870fabcf4be2f9b23a6f27d0b941f5cc2aa Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Thu, 7 Mar 2024 00:13:37 -0800 Subject: [PATCH] lint Signed-off-by: Kevin Su --- flyteplugins/go/tasks/plugins/webapi/agent/client.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flyteplugins/go/tasks/plugins/webapi/agent/client.go b/flyteplugins/go/tasks/plugins/webapi/agent/client.go index cbb6d4312f..289a1a680c 100644 --- a/flyteplugins/go/tasks/plugins/webapi/agent/client.go +++ b/flyteplugins/go/tasks/plugins/webapi/agent/client.go @@ -157,8 +157,7 @@ func createAgentRegistry(ctx context.Context, cs *ClientSet) Registry { } } } - supportedTaskTypes := append(maps.Keys(agentRegistry)) - logger.Debugf(context.Background(), "AgentDeployment service supports task types: %v", supportedTaskTypes) + logger.Debugf(context.Background(), "AgentDeployment service supports task types: %v", maps.Keys(agentRegistry)) return agentRegistry }