trezor: fix PEP8

This commit is contained in:
Roman Zeyde
2015-09-16 21:57:48 +03:00
parent ca30707789
commit e59404737d

View File

@@ -16,6 +16,7 @@ def client():
t.callback_PassphraseRequest = lambda msg: PassphraseAck(passphrase='')
return t
def identity_type(**kwargs):
# pylint: disable=import-error
from trezorlib.types_pb2 import IdentityType