Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kourin1996 committed Jan 6, 2025
1 parent 0962ba1 commit b787f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ethapi/transaction_args_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ package ethapi
import (
"context"
"errors"
"github.com/ethereum/go-ethereum/core/rawdb"
"math/big"
"reflect"
"testing"
Expand All @@ -32,6 +31,7 @@ import (
"github.com/ethereum/go-ethereum/consensus"
"github.com/ethereum/go-ethereum/core"
"github.com/ethereum/go-ethereum/core/bloombits"
"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"
Expand Down

0 comments on commit b787f19

Please sign in to comment.