Skip to content

Commit

Permalink
refactor: gci format
Browse files Browse the repository at this point in the history
Signed-off-by: mao3267 <[email protected]>
  • Loading branch information
mao3267 committed Nov 1, 2024
1 parent cc685bb commit 3a629e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flytepropeller/pkg/compiler/validators/typing.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ import (
"encoding/json"
"strings"

flyte "github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/core"
structpb "github.com/golang/protobuf/ptypes/struct"
"github.com/wI2L/jsondiff"

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

type typeChecker interface {
Expand Down

0 comments on commit 3a629e1

Please sign in to comment.