Skip to content

Commit

Permalink
fix: golang ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
exu committed Aug 8, 2024
1 parent e2e0849 commit 8a05b62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/tcl/controlplanetcl/environments.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ package controlplanetcl
import (
"context"

"google.golang.org/grpc"

"github.com/kubeshop/testkube/internal/config"
"github.com/kubeshop/testkube/pkg/cloud"
"github.com/kubeshop/testkube/pkg/cloud/data/controlplane"
"github.com/kubeshop/testkube/pkg/cloud/data/executor"
"google.golang.org/grpc"
)

func GetEnvironment(ctx context.Context, proContext config.ProContext, cloudClient cloud.TestKubeCloudAPIClient, grpcConn *grpc.ClientConn) (resp GetEnvironmentResponse, err error) {
Expand Down

0 comments on commit 8a05b62

Please sign in to comment.