From f880ba933f6da2daa96a9ad4fe244af955c2fe0d Mon Sep 17 00:00:00 2001 From: matejcik Date: Tue, 21 Aug 2018 17:55:33 +0200 Subject: [PATCH] style: explain to isort that we use third party libraries and which they are, since it apparently cannot figure that out on its own --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 3775b6d623..25a748c4e6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,3 +32,5 @@ combine_as_imports = True line_length = 88 not_skip=__init__.py known_first_party=trezorlib +known_third_party=hidapi, rlp, ethjsonrpc, ecdsa, mnemonic, requests, click, pyblake2, \ + usb, construct