mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fixed imports lint error
This commit is contained in:
parent
d23d1ea8bd
commit
c2c4b8489a
1 changed files with 2 additions and 1 deletions
|
|
@ -18,10 +18,11 @@ package utils
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/ethereum/go-ethereum/eth"
|
||||
"github.com/ethereum/go-ethereum/node"
|
||||
"gopkg.in/urfave/cli.v1"
|
||||
"strings"
|
||||
)
|
||||
|
||||
var ShowDeprecated = cli.Command{
|
||||
|
|
|
|||
Loading…
Reference in a new issue