IRISHUB-238: fix test_lint failure in context.go
This commit is contained in:
parent
959582476b
commit
cb3e729582
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue