core/types/bal: fix lint

This commit is contained in:
Gary Rong 2026-05-20 09:21:22 +08:00
parent 234cf90219
commit 9eeb43a5ab

View file

@ -19,7 +19,6 @@ package bal
import ( import (
"bytes" "bytes"
"cmp" "cmp"
"github.com/ethereum/go-ethereum/params"
"math" "math"
"reflect" "reflect"
"slices" "slices"
@ -27,6 +26,7 @@ import (
"github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/internal/testrand" "github.com/ethereum/go-ethereum/internal/testrand"
"github.com/ethereum/go-ethereum/params"
"github.com/ethereum/go-ethereum/rlp" "github.com/ethereum/go-ethereum/rlp"
"github.com/holiman/uint256" "github.com/holiman/uint256"
) )