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:
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…
Reference in New Issue
Block a user