1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 01:18:28 +00:00

style: more known_third_party modules

because frankly, isort's detection is a huge mess
This commit is contained in:
matejcik 2018-09-05 15:43:29 +02:00
parent 555bb62e3f
commit 351c017583
2 changed files with 2 additions and 1 deletions

View File

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

View File

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