Skip to content

Commit

Permalink
fix: remove an extra import used in generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
mgabeler-lee-6rs committed Dec 17, 2024
1 parent 9e06451 commit 7e776ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grpc/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
package grpc

import (
_ "cloud.google.com/go/pubsub/apiv1/pubsubpb"
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway"
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2"
_ "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
Expand Down

0 comments on commit 7e776ae

Please sign in to comment.