From 351c01758399b98b656cbfe38a7da2d3d76a37c2 Mon Sep 17 00:00:00 2001 From: matejcik Date: Wed, 5 Sep 2018 15:43:29 +0200 Subject: [PATCH] style: more known_third_party modules because frankly, isort's detection is a huge mess --- setup.cfg | 2 +- trezorlib/tests/unit_tests/test_transport.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 25a748c4e..5c301c9d6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,4 +33,4 @@ line_length = 88 not_skip=__init__.py known_first_party=trezorlib known_third_party=hidapi, rlp, ethjsonrpc, ecdsa, mnemonic, requests, click, pyblake2, \ - usb, construct + usb, construct, pytest, mock diff --git a/trezorlib/tests/unit_tests/test_transport.py b/trezorlib/tests/unit_tests/test_transport.py index 4dd1f941a..62f00fbb4 100644 --- a/trezorlib/tests/unit_tests/test_transport.py +++ b/trezorlib/tests/unit_tests/test_transport.py @@ -15,6 +15,7 @@ # If not, see . import mock + from trezorlib.transport import all_transports