Skip to content

Commit

Permalink
Fix(ci): Remove golint warning for imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gansheer committed Nov 15, 2023
1 parent 1e50c6f commit a2d63d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/util/json-schema-gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ package main
import (
"encoding/json"
"fmt"
"github.com/apache/camel-k/v2/pkg/util"
"os"
"path/filepath"
"reflect"
"strings"

"github.com/apache/camel-k/v2/pkg/util"

apiextensionsv1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"
clientscheme "k8s.io/client-go/kubernetes/scheme"

Expand Down

0 comments on commit a2d63d7

Please sign in to comment.