diff --git a/trezorlib/tests/device_tests/test_msg_stellar_sign_transaction.py b/trezorlib/tests/device_tests/test_msg_stellar_sign_transaction.py index 6aeda0f19..d991f18fb 100644 --- a/trezorlib/tests/device_tests/test_msg_stellar_sign_transaction.py +++ b/trezorlib/tests/device_tests/test_msg_stellar_sign_transaction.py @@ -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()