Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
onikonychev committed Jan 15, 2025
1 parent be6649c commit 4769ab0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eth/rpc/backend/backend_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
"testing"
"time"

"github.com/NibiruChain/nibiru/v2/x/common/testutil"
"github.com/cosmos/cosmos-sdk/client/flags"
sdk "github.com/cosmos/cosmos-sdk/types"
gethcommon "github.com/ethereum/go-ethereum/common"
Expand All @@ -18,6 +17,8 @@ import (
"github.com/ethereum/go-ethereum/params"
"github.com/stretchr/testify/suite"

"github.com/NibiruChain/nibiru/v2/x/common/testutil"

"github.com/NibiruChain/nibiru/v2/x/evm/embeds"

"github.com/NibiruChain/nibiru/v2/x/evm/evmtest"
Expand Down

0 comments on commit 4769ab0

Please sign in to comment.