Skip to content

Commit

Permalink
(fixup) Remove unused import: buf-lint rule: IMPORT_USED
Browse files Browse the repository at this point in the history
  • Loading branch information
tnasu committed Jul 13, 2023
1 parent 0d930ac commit f9c979e
Show file tree
Hide file tree
Showing 6 changed files with 166 additions and 191 deletions.
184 changes: 89 additions & 95 deletions abci/types/types.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions proto/ostracon/abci/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ option go_package = "github.com/Finschia/ostracon/abci/types";

// For more information on gogo.proto, see:
// https://github.com/gogo/protobuf/blob/master/extensions.md
import "tendermint/crypto/proof.proto";
import "tendermint/types/params.proto";
import "tendermint/abci/types.proto";
import "tendermint/types/types.proto";
import "ostracon/types/types.proto";
import "tendermint/crypto/keys.proto";
import "google/protobuf/timestamp.proto";
import "gogoproto/gogo.proto";

// This file is copied from http://github.com/tendermint/abci
Expand Down
Loading

0 comments on commit f9c979e

Please sign in to comment.