Fix gci formatting issues in pkg/remote/remote_test.go

Co-authored-by: zhaque44 <20215376+zhaque44@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-09-16 17:01:53 +00:00
parent 2dc311027d
commit 23a91ef68f
1 changed files with 20 additions and 21 deletions

View File

@ -7,7 +7,6 @@ import (
"testing"
"github.com/google/go-cmp/cmp"
"github.com/helmfile/helmfile/pkg/helmexec"
"github.com/helmfile/helmfile/pkg/testhelper"
)