style: more known_third_party modules

because frankly, isort's detection is a huge mess
pull/25/head
matejcik 6 years ago
parent 555bb62e3f
commit 351c017583

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

@ -15,6 +15,7 @@
# If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
import mock
from trezorlib.transport import all_transports

Loading…
Cancel
Save