From 43d080a30dcb4ddce61a3875aedf90eb390d3a35 Mon Sep 17 00:00:00 2001 From: matejcik Date: Mon, 6 May 2019 17:29:38 +0200 Subject: [PATCH] device_tests: remove unused import --- python/trezorlib/tests/device_tests/test_multisig_change.py | 1 - 1 file changed, 1 deletion(-) 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")