Merge pull request #388 from LedgerHQ/fbe/fix_ragger_import

Use proper ragger import
This commit is contained in:
apaillier-ledger
2022-12-22 14:45:42 +01:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
import pytest
from pathlib import Path
from ragger import Firmware
from ragger.firmware import Firmware
from ragger.backend import SpeculosBackend, LedgerCommBackend, LedgerWalletBackend, BackendInterface
from ethereum_client.client import EthereumClient