fix weird import quirirk 🤔

This commit is contained in:
Samuel Hawksby-Robinson 2022-08-24 16:14:09 +01:00
parent 8a4f561c6d
commit a6757762af
1 changed files with 3 additions and 5 deletions

View File

@ -16,15 +16,13 @@ import (
"sync" "sync"
"time" "time"
"github.com/davecgh/go-spew/spew"
"github.com/golang/protobuf/proto"
"github.com/pkg/errors" "github.com/pkg/errors"
"go.uber.org/zap" "go.uber.org/zap"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/davecgh/go-spew/spew"
"github.com/golang/protobuf/proto"
gethcommon "github.com/ethereum/go-ethereum/common" gethcommon "github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/event" "github.com/ethereum/go-ethereum/event"
"github.com/ethereum/go-ethereum/p2p" "github.com/ethereum/go-ethereum/p2p"
"github.com/status-im/status-go/appdatabase" "github.com/status-im/status-go/appdatabase"