diff --git a/python/trezorlib/tests/device_tests/test_multisig_change.py b/python/trezorlib/tests/device_tests/test_multisig_change.py index d207771aed..56b9fc679e 100644 --- a/python/trezorlib/tests/device_tests/test_multisig_change.py +++ b/python/trezorlib/tests/device_tests/test_multisig_change.py @@ -20,7 +20,6 @@ from trezorlib.tools import H_, parse_path from ..support import ckd_public as bip32 from ..support.tx_cache import tx_cache from .common import TrezorTest -from .conftest import TREZOR_VERSION TX_API = tx_cache("Testnet")