style: explain to isort that we use third party libraries and which they

are, since it apparently cannot figure that out on its own
pull/25/head
matejcik 6 years ago
parent 175148e77c
commit f880ba933f

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

Loading…
Cancel
Save