diff --git a/backend/schema/sumtype.go b/backend/schema/sumtype.go index aff2f60e4b..937dcf5e92 100644 --- a/backend/schema/sumtype.go +++ b/backend/schema/sumtype.go @@ -4,9 +4,10 @@ import ( "fmt" "strings" + "google.golang.org/protobuf/proto" + schemapb "github.com/TBD54566975/ftl/backend/protos/xyz/block/ftl/v1/schema" "github.com/TBD54566975/ftl/internal/slices" - "google.golang.org/protobuf/proto" ) type SumType struct {