From f5322fa25f5bda3767e9809ab28359e41f522295 Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Fri, 30 Mar 2018 15:15:47 +0200 Subject: [PATCH] Remove unused imports --- x/bank/rest/sendtx.go | 2 -- x/ibc/commands/relay.go | 1 - x/ibc/rest/transfer.go | 1 - 3 files changed, 4 deletions(-) diff --git a/x/bank/rest/sendtx.go b/x/bank/rest/sendtx.go index 59870d0f24..a545661ca9 100644 --- a/x/bank/rest/sendtx.go +++ b/x/bank/rest/sendtx.go @@ -7,10 +7,8 @@ import ( "net/http" "github.com/gorilla/mux" - "github.com/spf13/viper" "github.com/tendermint/go-crypto/keys" - "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/core" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/wire" diff --git a/x/ibc/commands/relay.go b/x/ibc/commands/relay.go index 04864ca8af..3c70ac958f 100644 --- a/x/ibc/commands/relay.go +++ b/x/ibc/commands/relay.go @@ -9,7 +9,6 @@ import ( "github.com/tendermint/tmlibs/log" - "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/core" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/ibc/rest/transfer.go b/x/ibc/rest/transfer.go index fcfe40d51e..1c641124f1 100644 --- a/x/ibc/rest/transfer.go +++ b/x/ibc/rest/transfer.go @@ -9,7 +9,6 @@ import ( "github.com/gorilla/mux" "github.com/tendermint/go-crypto/keys" - "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/core" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/wire"