1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 09:28:13 +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 not_skip=__init__.py
known_first_party=trezorlib known_first_party=trezorlib
known_third_party=hidapi, rlp, ethjsonrpc, ecdsa, mnemonic, requests, click, pyblake2, \ 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>. # If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
import mock import mock
from trezorlib.transport import all_transports from trezorlib.transport import all_transports