Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Oct 28, 2024
1 parent ed3072b commit 0a6ea78
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion flytepropeller/pkg/compiler/validators/bindings.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package validators

import (
"fmt"
"github.com/flyteorg/flyte/flytestdlib/utils"
"reflect"

"github.com/flyteorg/flyte/flytestdlib/utils"

"k8s.io/apimachinery/pkg/util/sets"

flyte "github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/core"
Expand Down
1 change: 1 addition & 0 deletions flytepropeller/pkg/compiler/validators/condition.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package validators

import (
"fmt"

"github.com/flyteorg/flyte/flytestdlib/utils"

flyte "github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/core"
Expand Down
3 changes: 2 additions & 1 deletion flytestdlib/utils/pretty_print.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ package utils

import (
"fmt"
"github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/core"
"strings"

"github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/core"
)

func LiteralTypeToStr(lt *core.LiteralType) string {
Expand Down
3 changes: 2 additions & 1 deletion flytestdlib/utils/pretty_print_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package utils

import (
"testing"

"github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/core"
"github.com/stretchr/testify/assert"
"testing"
)

func TestLiteralTypeToStr(t *testing.T) {
Expand Down

0 comments on commit 0a6ea78

Please sign in to comment.