Use proper ragger import

This commit is contained in:
Francois Beutin
2022-12-16 15:02:08 +01:00
parent f1c7ba8fec
commit 782ea07925

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