From 06c8ca661198eef3254989550a2ce8b102a17af8 Mon Sep 17 00:00:00 2001 From: Arpit Temani Date: Sun, 20 Nov 2022 21:47:00 +0530 Subject: [PATCH] fix unused imports --- cmd/geth/config.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmd/geth/config.go b/cmd/geth/config.go index d152dcbc87..80bf95b1ac 100644 --- a/cmd/geth/config.go +++ b/cmd/geth/config.go @@ -18,7 +18,6 @@ package main import ( "fmt" - "io/ioutil" "math/big" "os" "time" @@ -26,8 +25,6 @@ import ( "github.com/BurntSushi/toml" "gopkg.in/urfave/cli.v1" - "github.com/BurntSushi/toml" - "github.com/ethereum/go-ethereum/accounts/external" "github.com/ethereum/go-ethereum/accounts/keystore" "github.com/ethereum/go-ethereum/accounts/scwallet"