Commit ec1c0357 authored by Madhur Shrimal's avatar Madhur Shrimal

imports lint

parent 98c19947
...@@ -4,7 +4,6 @@ import ( ...@@ -4,7 +4,6 @@ import (
"context" "context"
"errors" "errors"
"fmt" "fmt"
"github.com/prometheus/client_golang/prometheus"
"math/big" "math/big"
_ "net/http/pprof" _ "net/http/pprof"
"os" "os"
...@@ -14,6 +13,8 @@ import ( ...@@ -14,6 +13,8 @@ import (
"syscall" "syscall"
"time" "time"
"github.com/prometheus/client_golang/prometheus"
"github.com/ethereum/go-ethereum/accounts/abi" "github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind" "github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common"
......
package metrics package metrics
import ( import (
"github.com/prometheus/client_golang/prometheus/promauto"
"math/big" "math/big"
"github.com/prometheus/client_golang/prometheus/promauto"
"github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus"
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment