Skip to content

Commit

Permalink
chore: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Divine committed May 27, 2024
1 parent 67df3cc commit 00edd09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 0 additions & 2 deletions eth/rpc/rpcapi/eth_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"crypto/ecdsa"
"math/big"
// "strings"
"testing"

sdk "github.com/cosmos/cosmos-sdk/types"
Expand All @@ -14,7 +13,6 @@ import (
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/ethclient"
"github.com/ethereum/go-ethereum/params"
// "github.com/status-im/keycard-go/hexutils"

"github.com/NibiruChain/nibiru/app/appconst"
nibiCommon "github.com/NibiruChain/nibiru/x/common"
Expand Down
9 changes: 4 additions & 5 deletions x/evm/evmtest/fixtures.go
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
package evmtest

import (
"path"

gethabi "github.com/ethereum/go-ethereum/accounts/abi"
gethcommon "github.com/ethereum/go-ethereum/common"

"encoding/json"
"fmt"
"os"
"path"
"strings"
"testing"

gethabi "github.com/ethereum/go-ethereum/accounts/abi"
gethcommon "github.com/ethereum/go-ethereum/common"

"github.com/stretchr/testify/require"

"github.com/NibiruChain/nibiru/x/common/testutil"
Expand Down

0 comments on commit 00edd09

Please sign in to comment.