1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 22:38:08 +00:00

tests: style

This commit is contained in:
Tomas Susanka 2019-01-17 14:26:12 +01:00
parent e732ee6a75
commit 6c659715dc

View File

@ -234,7 +234,9 @@ class TestMsgStellarSignTransaction(TrezorTest):
op = proto.StellarSetOptionsOp()
op.signer_type = 0
op.signer_key = unhexlify("72187adb879c414346d77c71af8cce7b6eaa57b528e999fd91feae6b6418628e")
op.signer_key = unhexlify(
"72187adb879c414346d77c71af8cce7b6eaa57b528e999fd91feae6b6418628e"
)
op.signer_weight = 2
tx = self._create_msg()