Skip to content

Commit

Permalink
removing unused proto imports in interchain-accounts (cosmos#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan authored Jan 12, 2022
1 parent 57679db commit 0a7ad9b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ package ibc.applications.interchain_accounts.controller.v1;

option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types";

import "google/protobuf/any.proto";
import "gogoproto/gogo.proto";

// Params defines the set of on-chain interchain accounts parameters.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ package ibc.applications.interchain_accounts.controller.v1;

option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types";

import "gogoproto/gogo.proto";
import "ibc/applications/interchain_accounts/controller/v1/controller.proto";
import "google/api/annotations.proto";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ package ibc.applications.interchain_accounts.host.v1;

option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types";

import "google/protobuf/any.proto";
import "gogoproto/gogo.proto";

// Params defines the set of on-chain interchain accounts parameters.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package ibc.applications.interchain_accounts.host.v1;
option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types";

import "google/api/annotations.proto";
import "gogoproto/gogo.proto";
import "ibc/applications/interchain_accounts/host/v1/host.proto";

// Query provides defines the gRPC querier service.
Expand Down

0 comments on commit 0a7ad9b

Please sign in to comment.