1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

device_tests: remove unused import

This commit is contained in:
matejcik 2019-05-06 17:29:38 +02:00
parent 75fe46d067
commit 43d080a30d

View File

@ -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")