From cb3e729582b6b7410d56f06077a24d9e9c545d2c Mon Sep 17 00:00:00 2001 From: HaoyangLiu Date: Fri, 31 Aug 2018 15:54:15 +0800 Subject: [PATCH] IRISHUB-238: fix test_lint failure in context.go --- client/context/context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/context/context.go b/client/context/context.go index da37795f0..f05cf69f9 100644 --- a/client/context/context.go +++ b/client/context/context.go @@ -1,12 +1,12 @@ package context import ( - "io" "bytes" "fmt" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/wire" "github.com/cosmos/cosmos-sdk/x/auth" + "io" "github.com/spf13/viper"