Remove client installation, and use local module with symlink
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
from typing import Callable, Optional, Any
|
||||
import json
|
||||
import pytest
|
||||
|
||||
from web3 import Web3
|
||||
|
||||
from ledger_app_clients.ethereum.client import EthAppClient, StatusWord
|
||||
import ledger_app_clients.ethereum.response_parser as ResponseParser
|
||||
from ledger_app_clients.ethereum.utils import get_selector_from_data, recover_transaction
|
||||
from client.client import EthAppClient, StatusWord
|
||||
import client.response_parser as ResponseParser
|
||||
from client.utils import get_selector_from_data, recover_transaction
|
||||
|
||||
from ragger.error import ExceptionRAPDU
|
||||
from ragger.firmware import Firmware
|
||||
|
||||
Reference in New Issue
Block a user