Skip to content

Commit f7ff38d

Browse files
committed
chore: placate the linter
1 parent 9b26ef3 commit f7ff38d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

core/vm/preprocess.libevm_test.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ import (
2323
"math/big"
2424
"testing"
2525

26+
"github.com/holiman/uint256"
27+
"github.com/stretchr/testify/assert"
28+
"github.com/stretchr/testify/require"
29+
2630
"github.com/ava-labs/libevm/common"
2731
"github.com/ava-labs/libevm/core"
2832
"github.com/ava-labs/libevm/core/rawdb"
@@ -32,9 +36,6 @@ import (
3236
"github.com/ava-labs/libevm/crypto"
3337
"github.com/ava-labs/libevm/libevm/ethtest"
3438
"github.com/ava-labs/libevm/params"
35-
"github.com/holiman/uint256"
36-
"github.com/stretchr/testify/assert"
37-
"github.com/stretchr/testify/require"
3839
)
3940

4041
type preprocessingCharger struct {

0 commit comments

Comments
 (0)