Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Mar 7, 2024
1 parent d29998e commit 36e6f87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flyteplugins/go/tasks/plugins/webapi/agent/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ func createAgentRegistry(ctx context.Context, cs *ClientSet) Registry {
}

Check warning on line 157 in flyteplugins/go/tasks/plugins/webapi/agent/client.go

View check run for this annotation

Codecov / codecov/patch

flyteplugins/go/tasks/plugins/webapi/agent/client.go#L155-L157

Added lines #L155 - L157 were not covered by tests
}
}
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
}

Expand Down

0 comments on commit 36e6f87

Please sign in to comment.