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
import (
"github.com/ethereum/go-ethereum/core/types"
"maps"
"testing"
@ -25,6 +24,7 @@ import (
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/core/rawdb"
"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/triedb"
)