internal/ethapi/override: fix lint

This commit is contained in:
Gary Rong 2024-12-17 21:39:09 +08:00
parent f2e8f67150
commit 6e3e8f297a

View file

@ -17,7 +17,6 @@
package override package override
import ( import (
"github.com/ethereum/go-ethereum/core/types"
"maps" "maps"
"testing" "testing"
@ -25,6 +24,7 @@ import (
"github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/core/rawdb" "github.com/ethereum/go-ethereum/core/rawdb"
"github.com/ethereum/go-ethereum/core/state" "github.com/ethereum/go-ethereum/core/state"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/core/vm" "github.com/ethereum/go-ethereum/core/vm"
"github.com/ethereum/go-ethereum/triedb" "github.com/ethereum/go-ethereum/triedb"
) )