From 834a483e1a30284b9b2a87692affb769612b8a47 Mon Sep 17 00:00:00 2001 From: matejcik Date: Thu, 18 Apr 2019 15:53:57 +0200 Subject: [PATCH] tezos: make style --- core/src/apps/tezos/sign_tx.py | 4 ++-- python/trezorlib/tests/device_tests/test_msg_tezos_sign_tx.py | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/core/src/apps/tezos/sign_tx.py b/core/src/apps/tezos/sign_tx.py index ff575e3187..04ef8d5470 100644 --- a/core/src/apps/tezos/sign_tx.py +++ b/core/src/apps/tezos/sign_tx.py @@ -3,17 +3,17 @@ from micropython import const from trezor import wire from trezor.crypto import hashlib from trezor.crypto.curve import ed25519 -from trezor.messages import TezosContractType, TezosBallotType +from trezor.messages import TezosBallotType, TezosContractType from trezor.messages.TezosSignedTx import TezosSignedTx from apps.common import paths -from apps.tezos import CURVE, helpers, layout from apps.common.writers import ( write_bytes, write_uint8, write_uint16_be, write_uint32_be, ) +from apps.tezos import CURVE, helpers, layout PROPOSAL_LENGTH = const(32) diff --git a/python/trezorlib/tests/device_tests/test_msg_tezos_sign_tx.py b/python/trezorlib/tests/device_tests/test_msg_tezos_sign_tx.py index bee4700ce0..ecd6101a76 100644 --- a/python/trezorlib/tests/device_tests/test_msg_tezos_sign_tx.py +++ b/python/trezorlib/tests/device_tests/test_msg_tezos_sign_tx.py @@ -206,7 +206,6 @@ class TestMsgTezosSignTx(TrezorTest): time.sleep(1) self.client.debug.press_yes() - def test_tezos_sign_tx_proposal(self): self.setup_mnemonic_allallall()