linter appeasement

This commit is contained in:
Michael Shaw 2022-09-01 14:07:04 -04:00
parent 535fe236d5
commit 639091d4a3
2 changed files with 3 additions and 3 deletions

View File

@ -19,8 +19,6 @@ package ipld
import (
"bytes"
"errors"
"github.com/ipfs/go-cid"
mh "github.com/multiformats/go-multihash"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/rawdb"
@ -29,6 +27,8 @@ import (
sdtrie "github.com/ethereum/go-ethereum/statediff/trie_helpers"
sdtypes "github.com/ethereum/go-ethereum/statediff/types"
"github.com/ethereum/go-ethereum/trie"
"github.com/ipfs/go-cid"
mh "github.com/multiformats/go-multihash"
)
// IPLD Codecs for Ethereum

View File

@ -17,7 +17,6 @@
package test_helpers
import (
"github.com/ethereum/go-ethereum/ethdb"
"math/big"
"github.com/ethereum/go-ethereum/common"
@ -26,6 +25,7 @@ import (
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/core/vm"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/ethdb"
"github.com/ethereum/go-ethereum/params"
)