Skip to content

Commit

Permalink
refactor: update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
NotPeopling2day committed Dec 28, 2021
1 parent f0a361b commit 4cd17bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/test_accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
from pathlib import Path

import pytest
from conftest import TEST_ADDRESS, TEST_ALIAS, TEST_HD_PATH, assert_account
from eip712.messages import EIP712Message, EIP712Type
from eth_account.messages import SignableMessage

from ape_ledger.accounts import AccountContainer, LedgerAccount
from ape_ledger.exceptions import LedgerSigningError
from conftest import TEST_ADDRESS, TEST_ALIAS, TEST_HD_PATH, assert_account


class Person(EIP712Type):
Expand Down
3 changes: 1 addition & 2 deletions tests/test_choices.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from conftest import TEST_ADDRESS

from ape_ledger.choices import AddressPromptChoice
from conftest import TEST_ADDRESS


class TestAddressPromptChoice:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
from ape import accounts
from ape._cli import cli
from ape.managers.accounts import AccountManager
from conftest import TEST_ADDRESS, TEST_HD_PATH, assert_account

from ape_ledger import LedgerAccount
from ape_ledger.hdpath import HDBasePath
from conftest import TEST_ADDRESS, TEST_HD_PATH, assert_account


def _get_container():
Expand Down

0 comments on commit 4cd17bb

Please sign in to comment.