Skip to content

Commit

Permalink
test: fix test_account.py lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Dec 21, 2023
1 parent 4fb85b4 commit 3c9ca0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/test_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from web3 import Web3

from .network import setup_ethermint
from .utils import ADDRS, derive_new_account, send_transaction, w3_wait_for_new_blocks
from .utils import derive_new_account, send_transaction, w3_wait_for_new_blocks


@pytest.fixture(scope="module")
Expand Down

0 comments on commit 3c9ca0e

Please sign in to comment.