goimports

This commit is contained in:
Thomas E Lackey 2023-06-22 13:35:42 -05:00
parent b091f3382e
commit 99a91b28cd

View File

@ -17,10 +17,11 @@
package mocks
import (
"github.com/ethereum/go-ethereum/statediff/indexer/models"
"math/big"
"time"
"github.com/ethereum/go-ethereum/statediff/indexer/models"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/statediff/indexer/interfaces"