Skip to content

Commit c55ac65

Browse files
committed
Fix linting
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 7410371 commit c55ac65

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/pixie_cli/pkg/vizier/script.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,6 @@ func RunScript(ctx context.Context, conns []*Connector, execScript *script.Execu
268268
return mergedResponses, nil
269269
}
270270

271-
func newHealthCheckWarning(message string) error {
272-
return &components.UIWarning{Err: fmt.Errorf("%s", message)}
273-
}
274-
275271
func evaluateHealthCheckResult(output string) error {
276272
jsonData := make(map[string]interface{})
277273

0 commit comments

Comments
 (0)