Skip to content

Commit 1fe6aaf

Browse files
ChrisJBurnsclaude
andcommitted
Remove unused strconv import
Cascade fix from the web-UI edit that replaced strconv.Quote with json.Marshal: the import was left in place, breaking compilation and every downstream CI job (lint, tests, govulncheck x2, helm lint, e2e lifecycle x3). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 1f20e6e commit 1fe6aaf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cmd/thv-operator/controllers/mcpauthzconfig_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import (
77
"context"
88
"encoding/json"
99
"fmt"
10-
"strconv"
1110
"time"
1211

1312
"k8s.io/apimachinery/pkg/api/errors"

0 commit comments

Comments
 (0)