diff --git a/common/protob/pb2py b/common/protob/pb2py index 291c98c8e8..56899f8dc2 100755 --- a/common/protob/pb2py +++ b/common/protob/pb2py @@ -433,6 +433,7 @@ class Descriptor: with open(os.path.join(self.out_dir, name + ".py"), "w") as f: f.write(AUTO_HEADER) f.write("# fmt: off\n") + f.write("# isort:skip_file\n") for line in out: f.write(line + "\n") @@ -440,7 +441,8 @@ class Descriptor: filename = os.path.join(self.out_dir, "__init__.py") with open(filename, "w") as init_py: init_py.write(AUTO_HEADER) - init_py.write("# fmt: off\n\n") + init_py.write("# fmt: off\n") + init_py.write("# isort:skip_file\n\n") for message in sorted(self.messages, key=lambda m: m.name): init_py.write(self.create_message_import(message.name) + "\n") for enum in sorted(self.enums, key=lambda m: m.name): diff --git a/core/src/trezor/messages/Address.py b/core/src/trezor/messages/Address.py index e2099ce325..75d70251c1 100644 --- a/core/src/trezor/messages/Address.py +++ b/core/src/trezor/messages/Address.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/AmountUnit.py b/core/src/trezor/messages/AmountUnit.py index e602f2dfec..bd1079273d 100644 --- a/core/src/trezor/messages/AmountUnit.py +++ b/core/src/trezor/messages/AmountUnit.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/ApplyFlags.py b/core/src/trezor/messages/ApplyFlags.py index 8cb6a2ec56..5b64df8bf1 100644 --- a/core/src/trezor/messages/ApplyFlags.py +++ b/core/src/trezor/messages/ApplyFlags.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/ApplySettings.py b/core/src/trezor/messages/ApplySettings.py index 7dc514fbdd..185c607610 100644 --- a/core/src/trezor/messages/ApplySettings.py +++ b/core/src/trezor/messages/ApplySettings.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/AuthorizeCoinJoin.py b/core/src/trezor/messages/AuthorizeCoinJoin.py index 5cbd24554a..1803734105 100644 --- a/core/src/trezor/messages/AuthorizeCoinJoin.py +++ b/core/src/trezor/messages/AuthorizeCoinJoin.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/BackupDevice.py b/core/src/trezor/messages/BackupDevice.py index 9182f807ee..bb42443180 100644 --- a/core/src/trezor/messages/BackupDevice.py +++ b/core/src/trezor/messages/BackupDevice.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/BackupType.py b/core/src/trezor/messages/BackupType.py index d8ed8002f3..870723b6e8 100644 --- a/core/src/trezor/messages/BackupType.py +++ b/core/src/trezor/messages/BackupType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/BinanceAddress.py b/core/src/trezor/messages/BinanceAddress.py index 908005d1d1..2a65681d92 100644 --- a/core/src/trezor/messages/BinanceAddress.py +++ b/core/src/trezor/messages/BinanceAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/BinanceCancelMsg.py b/core/src/trezor/messages/BinanceCancelMsg.py index 484e7ac265..565bca0c3b 100644 --- a/core/src/trezor/messages/BinanceCancelMsg.py +++ b/core/src/trezor/messages/BinanceCancelMsg.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/BinanceCoin.py b/core/src/trezor/messages/BinanceCoin.py index 34db516c8b..80c432a30a 100644 --- a/core/src/trezor/messages/BinanceCoin.py +++ b/core/src/trezor/messages/BinanceCoin.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/BinanceGetAddress.py b/core/src/trezor/messages/BinanceGetAddress.py index d1ffbb31f7..0bae521a63 100644 --- a/core/src/trezor/messages/BinanceGetAddress.py +++ b/core/src/trezor/messages/BinanceGetAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/BinanceGetPublicKey.py b/core/src/trezor/messages/BinanceGetPublicKey.py index 59f30ff314..5a478d6467 100644 --- a/core/src/trezor/messages/BinanceGetPublicKey.py +++ b/core/src/trezor/messages/BinanceGetPublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/BinanceInputOutput.py b/core/src/trezor/messages/BinanceInputOutput.py index eed4c2a6fe..99d5782ac4 100644 --- a/core/src/trezor/messages/BinanceInputOutput.py +++ b/core/src/trezor/messages/BinanceInputOutput.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .BinanceCoin import BinanceCoin diff --git a/core/src/trezor/messages/BinanceOrderMsg.py b/core/src/trezor/messages/BinanceOrderMsg.py index 2b0b9ff416..32b04bebcc 100644 --- a/core/src/trezor/messages/BinanceOrderMsg.py +++ b/core/src/trezor/messages/BinanceOrderMsg.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/BinanceOrderSide.py b/core/src/trezor/messages/BinanceOrderSide.py index 91be3ccdca..6a4302cc2e 100644 --- a/core/src/trezor/messages/BinanceOrderSide.py +++ b/core/src/trezor/messages/BinanceOrderSide.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/BinanceOrderType.py b/core/src/trezor/messages/BinanceOrderType.py index 81846bb56c..5f9633fe91 100644 --- a/core/src/trezor/messages/BinanceOrderType.py +++ b/core/src/trezor/messages/BinanceOrderType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/BinancePublicKey.py b/core/src/trezor/messages/BinancePublicKey.py index e04a44d3e3..4a8fc87132 100644 --- a/core/src/trezor/messages/BinancePublicKey.py +++ b/core/src/trezor/messages/BinancePublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/BinanceSignTx.py b/core/src/trezor/messages/BinanceSignTx.py index 68fdf8f3f9..f3e76121da 100644 --- a/core/src/trezor/messages/BinanceSignTx.py +++ b/core/src/trezor/messages/BinanceSignTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/BinanceSignedTx.py b/core/src/trezor/messages/BinanceSignedTx.py index c8bce24cf3..0d6531f3b3 100644 --- a/core/src/trezor/messages/BinanceSignedTx.py +++ b/core/src/trezor/messages/BinanceSignedTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/BinanceTimeInForce.py b/core/src/trezor/messages/BinanceTimeInForce.py index 340135fb25..339143f9c7 100644 --- a/core/src/trezor/messages/BinanceTimeInForce.py +++ b/core/src/trezor/messages/BinanceTimeInForce.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/BinanceTransferMsg.py b/core/src/trezor/messages/BinanceTransferMsg.py index de638d8168..7d114a1926 100644 --- a/core/src/trezor/messages/BinanceTransferMsg.py +++ b/core/src/trezor/messages/BinanceTransferMsg.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .BinanceInputOutput import BinanceInputOutput diff --git a/core/src/trezor/messages/BinanceTxRequest.py b/core/src/trezor/messages/BinanceTxRequest.py index 6c52adf157..92309051ea 100644 --- a/core/src/trezor/messages/BinanceTxRequest.py +++ b/core/src/trezor/messages/BinanceTxRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/ButtonAck.py b/core/src/trezor/messages/ButtonAck.py index 9ca3f57b8c..3ef299e162 100644 --- a/core/src/trezor/messages/ButtonAck.py +++ b/core/src/trezor/messages/ButtonAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/ButtonRequest.py b/core/src/trezor/messages/ButtonRequest.py index c0f6e1d119..f88dc9c2d7 100644 --- a/core/src/trezor/messages/ButtonRequest.py +++ b/core/src/trezor/messages/ButtonRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/ButtonRequestType.py b/core/src/trezor/messages/ButtonRequestType.py index 535ec54fbf..fff3b8e79d 100644 --- a/core/src/trezor/messages/ButtonRequestType.py +++ b/core/src/trezor/messages/ButtonRequestType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/Cancel.py b/core/src/trezor/messages/Cancel.py index cf42f23253..0a79f8d216 100644 --- a/core/src/trezor/messages/Cancel.py +++ b/core/src/trezor/messages/Cancel.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/CancelAuthorization.py b/core/src/trezor/messages/CancelAuthorization.py index 716c584eab..10f303c871 100644 --- a/core/src/trezor/messages/CancelAuthorization.py +++ b/core/src/trezor/messages/CancelAuthorization.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/Capability.py b/core/src/trezor/messages/Capability.py index 2166277eed..4ce6348817 100644 --- a/core/src/trezor/messages/Capability.py +++ b/core/src/trezor/messages/Capability.py @@ -2,6 +2,7 @@ # fmt: off from trezor import utils +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/CardanoAddress.py b/core/src/trezor/messages/CardanoAddress.py index de2f1b9887..d6d890195e 100644 --- a/core/src/trezor/messages/CardanoAddress.py +++ b/core/src/trezor/messages/CardanoAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/CardanoAddressParametersType.py b/core/src/trezor/messages/CardanoAddressParametersType.py index a9356e35e7..6bfa5c967f 100644 --- a/core/src/trezor/messages/CardanoAddressParametersType.py +++ b/core/src/trezor/messages/CardanoAddressParametersType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .CardanoBlockchainPointerType import CardanoBlockchainPointerType diff --git a/core/src/trezor/messages/CardanoAddressType.py b/core/src/trezor/messages/CardanoAddressType.py index ec7bb4397b..a4f0a69975 100644 --- a/core/src/trezor/messages/CardanoAddressType.py +++ b/core/src/trezor/messages/CardanoAddressType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/CardanoAssetGroupType.py b/core/src/trezor/messages/CardanoAssetGroupType.py index ea798533ac..547c7924d7 100644 --- a/core/src/trezor/messages/CardanoAssetGroupType.py +++ b/core/src/trezor/messages/CardanoAssetGroupType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .CardanoTokenType import CardanoTokenType diff --git a/core/src/trezor/messages/CardanoBlockchainPointerType.py b/core/src/trezor/messages/CardanoBlockchainPointerType.py index e3fdbc384c..5358876842 100644 --- a/core/src/trezor/messages/CardanoBlockchainPointerType.py +++ b/core/src/trezor/messages/CardanoBlockchainPointerType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/CardanoCatalystRegistrationParametersType.py b/core/src/trezor/messages/CardanoCatalystRegistrationParametersType.py index 87733d3b9f..7b18194288 100644 --- a/core/src/trezor/messages/CardanoCatalystRegistrationParametersType.py +++ b/core/src/trezor/messages/CardanoCatalystRegistrationParametersType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .CardanoAddressParametersType import CardanoAddressParametersType diff --git a/core/src/trezor/messages/CardanoCertificateType.py b/core/src/trezor/messages/CardanoCertificateType.py index 4f7e4a82dc..4004c570a8 100644 --- a/core/src/trezor/messages/CardanoCertificateType.py +++ b/core/src/trezor/messages/CardanoCertificateType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/CardanoGetAddress.py b/core/src/trezor/messages/CardanoGetAddress.py index 68f5843fe0..6852740e72 100644 --- a/core/src/trezor/messages/CardanoGetAddress.py +++ b/core/src/trezor/messages/CardanoGetAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .CardanoAddressParametersType import CardanoAddressParametersType diff --git a/core/src/trezor/messages/CardanoGetPublicKey.py b/core/src/trezor/messages/CardanoGetPublicKey.py index 565c56836b..3175932754 100644 --- a/core/src/trezor/messages/CardanoGetPublicKey.py +++ b/core/src/trezor/messages/CardanoGetPublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/CardanoPoolMetadataType.py b/core/src/trezor/messages/CardanoPoolMetadataType.py index 07e22deed5..3f60a1ef32 100644 --- a/core/src/trezor/messages/CardanoPoolMetadataType.py +++ b/core/src/trezor/messages/CardanoPoolMetadataType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/CardanoPoolOwnerType.py b/core/src/trezor/messages/CardanoPoolOwnerType.py index e3ce2753ef..91974c40e0 100644 --- a/core/src/trezor/messages/CardanoPoolOwnerType.py +++ b/core/src/trezor/messages/CardanoPoolOwnerType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/CardanoPoolParametersType.py b/core/src/trezor/messages/CardanoPoolParametersType.py index 405905bc5c..d8e866f75c 100644 --- a/core/src/trezor/messages/CardanoPoolParametersType.py +++ b/core/src/trezor/messages/CardanoPoolParametersType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .CardanoPoolMetadataType import CardanoPoolMetadataType diff --git a/core/src/trezor/messages/CardanoPoolRelayParametersType.py b/core/src/trezor/messages/CardanoPoolRelayParametersType.py index 11555ad248..c0759edacd 100644 --- a/core/src/trezor/messages/CardanoPoolRelayParametersType.py +++ b/core/src/trezor/messages/CardanoPoolRelayParametersType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/CardanoPoolRelayType.py b/core/src/trezor/messages/CardanoPoolRelayType.py index 680b29d43c..fcc291117a 100644 --- a/core/src/trezor/messages/CardanoPoolRelayType.py +++ b/core/src/trezor/messages/CardanoPoolRelayType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/CardanoPublicKey.py b/core/src/trezor/messages/CardanoPublicKey.py index 47e3e3ff41..bb9f75b12c 100644 --- a/core/src/trezor/messages/CardanoPublicKey.py +++ b/core/src/trezor/messages/CardanoPublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .HDNodeType import HDNodeType diff --git a/core/src/trezor/messages/CardanoSignTx.py b/core/src/trezor/messages/CardanoSignTx.py index cbcf0f43da..da4f35e3ad 100644 --- a/core/src/trezor/messages/CardanoSignTx.py +++ b/core/src/trezor/messages/CardanoSignTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .CardanoTxAuxiliaryDataType import CardanoTxAuxiliaryDataType diff --git a/core/src/trezor/messages/CardanoSignedTx.py b/core/src/trezor/messages/CardanoSignedTx.py index dac0828828..6318282748 100644 --- a/core/src/trezor/messages/CardanoSignedTx.py +++ b/core/src/trezor/messages/CardanoSignedTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/CardanoSignedTxChunk.py b/core/src/trezor/messages/CardanoSignedTxChunk.py index 0de820a90f..055a2c213c 100644 --- a/core/src/trezor/messages/CardanoSignedTxChunk.py +++ b/core/src/trezor/messages/CardanoSignedTxChunk.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/CardanoSignedTxChunkAck.py b/core/src/trezor/messages/CardanoSignedTxChunkAck.py index d78f450f83..76ae572a98 100644 --- a/core/src/trezor/messages/CardanoSignedTxChunkAck.py +++ b/core/src/trezor/messages/CardanoSignedTxChunkAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/CardanoTokenType.py b/core/src/trezor/messages/CardanoTokenType.py index 42b43e0adb..1d1797c38b 100644 --- a/core/src/trezor/messages/CardanoTokenType.py +++ b/core/src/trezor/messages/CardanoTokenType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/CardanoTxAuxiliaryDataType.py b/core/src/trezor/messages/CardanoTxAuxiliaryDataType.py index 23c127ffee..961d6fd3da 100644 --- a/core/src/trezor/messages/CardanoTxAuxiliaryDataType.py +++ b/core/src/trezor/messages/CardanoTxAuxiliaryDataType.py @@ -1,10 +1,9 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p -from .CardanoCatalystRegistrationParametersType import ( - CardanoCatalystRegistrationParametersType, -) +from .CardanoCatalystRegistrationParametersType import CardanoCatalystRegistrationParametersType if __debug__: try: diff --git a/core/src/trezor/messages/CardanoTxCertificateType.py b/core/src/trezor/messages/CardanoTxCertificateType.py index bf93eec2bc..0bca83e250 100644 --- a/core/src/trezor/messages/CardanoTxCertificateType.py +++ b/core/src/trezor/messages/CardanoTxCertificateType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .CardanoPoolParametersType import CardanoPoolParametersType diff --git a/core/src/trezor/messages/CardanoTxInputType.py b/core/src/trezor/messages/CardanoTxInputType.py index a770c16857..95e8e015f6 100644 --- a/core/src/trezor/messages/CardanoTxInputType.py +++ b/core/src/trezor/messages/CardanoTxInputType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/CardanoTxOutputType.py b/core/src/trezor/messages/CardanoTxOutputType.py index 922c1ad0eb..3fcdf5f514 100644 --- a/core/src/trezor/messages/CardanoTxOutputType.py +++ b/core/src/trezor/messages/CardanoTxOutputType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .CardanoAddressParametersType import CardanoAddressParametersType diff --git a/core/src/trezor/messages/CardanoTxWithdrawalType.py b/core/src/trezor/messages/CardanoTxWithdrawalType.py index f5e88d2ce5..5ee1d7d9af 100644 --- a/core/src/trezor/messages/CardanoTxWithdrawalType.py +++ b/core/src/trezor/messages/CardanoTxWithdrawalType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/ChangePin.py b/core/src/trezor/messages/ChangePin.py index 6464248d11..11741b888c 100644 --- a/core/src/trezor/messages/ChangePin.py +++ b/core/src/trezor/messages/ChangePin.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/ChangeWipeCode.py b/core/src/trezor/messages/ChangeWipeCode.py index 80641410cf..ea7bd354c8 100644 --- a/core/src/trezor/messages/ChangeWipeCode.py +++ b/core/src/trezor/messages/ChangeWipeCode.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/CipherKeyValue.py b/core/src/trezor/messages/CipherKeyValue.py index d09e6a575a..cb6816dd2c 100644 --- a/core/src/trezor/messages/CipherKeyValue.py +++ b/core/src/trezor/messages/CipherKeyValue.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/CipheredKeyValue.py b/core/src/trezor/messages/CipheredKeyValue.py index 07751e0159..560218e38c 100644 --- a/core/src/trezor/messages/CipheredKeyValue.py +++ b/core/src/trezor/messages/CipheredKeyValue.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/DebugLinkDecision.py b/core/src/trezor/messages/DebugLinkDecision.py index c215a90dc8..9fecd54a55 100644 --- a/core/src/trezor/messages/DebugLinkDecision.py +++ b/core/src/trezor/messages/DebugLinkDecision.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/DebugLinkEraseSdCard.py b/core/src/trezor/messages/DebugLinkEraseSdCard.py index c4ae434cee..c425d9d983 100644 --- a/core/src/trezor/messages/DebugLinkEraseSdCard.py +++ b/core/src/trezor/messages/DebugLinkEraseSdCard.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/DebugLinkGetState.py b/core/src/trezor/messages/DebugLinkGetState.py index 520ab5242c..0549aec42a 100644 --- a/core/src/trezor/messages/DebugLinkGetState.py +++ b/core/src/trezor/messages/DebugLinkGetState.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/DebugLinkLayout.py b/core/src/trezor/messages/DebugLinkLayout.py index 03438da628..0534d8256f 100644 --- a/core/src/trezor/messages/DebugLinkLayout.py +++ b/core/src/trezor/messages/DebugLinkLayout.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/DebugLinkRecordScreen.py b/core/src/trezor/messages/DebugLinkRecordScreen.py index 4367748604..f21633ac46 100644 --- a/core/src/trezor/messages/DebugLinkRecordScreen.py +++ b/core/src/trezor/messages/DebugLinkRecordScreen.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/DebugLinkReseedRandom.py b/core/src/trezor/messages/DebugLinkReseedRandom.py index 4ae5a354b5..b40dd53bf7 100644 --- a/core/src/trezor/messages/DebugLinkReseedRandom.py +++ b/core/src/trezor/messages/DebugLinkReseedRandom.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/DebugLinkState.py b/core/src/trezor/messages/DebugLinkState.py index b06d1c56b7..1f26ce0ef7 100644 --- a/core/src/trezor/messages/DebugLinkState.py +++ b/core/src/trezor/messages/DebugLinkState.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .HDNodeType import HDNodeType diff --git a/core/src/trezor/messages/DebugLinkWatchLayout.py b/core/src/trezor/messages/DebugLinkWatchLayout.py index cf3e139de7..2d7d53677e 100644 --- a/core/src/trezor/messages/DebugLinkWatchLayout.py +++ b/core/src/trezor/messages/DebugLinkWatchLayout.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/DebugMoneroDiagAck.py b/core/src/trezor/messages/DebugMoneroDiagAck.py index 5c7be7f147..57e3365b56 100644 --- a/core/src/trezor/messages/DebugMoneroDiagAck.py +++ b/core/src/trezor/messages/DebugMoneroDiagAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/DebugMoneroDiagRequest.py b/core/src/trezor/messages/DebugMoneroDiagRequest.py index 658e8de510..cc4acfe4dd 100644 --- a/core/src/trezor/messages/DebugMoneroDiagRequest.py +++ b/core/src/trezor/messages/DebugMoneroDiagRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/DebugSwipeDirection.py b/core/src/trezor/messages/DebugSwipeDirection.py index 9e6cbf2921..9543f3218b 100644 --- a/core/src/trezor/messages/DebugSwipeDirection.py +++ b/core/src/trezor/messages/DebugSwipeDirection.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/DecredStakingSpendType.py b/core/src/trezor/messages/DecredStakingSpendType.py index fa1d65be5c..56ec22ec2b 100644 --- a/core/src/trezor/messages/DecredStakingSpendType.py +++ b/core/src/trezor/messages/DecredStakingSpendType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/Deprecated_PassphraseStateAck.py b/core/src/trezor/messages/Deprecated_PassphraseStateAck.py index f4eb6dc40f..343809872b 100644 --- a/core/src/trezor/messages/Deprecated_PassphraseStateAck.py +++ b/core/src/trezor/messages/Deprecated_PassphraseStateAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/Deprecated_PassphraseStateRequest.py b/core/src/trezor/messages/Deprecated_PassphraseStateRequest.py index 1f52808f7c..7002ee2e56 100644 --- a/core/src/trezor/messages/Deprecated_PassphraseStateRequest.py +++ b/core/src/trezor/messages/Deprecated_PassphraseStateRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/DoPreauthorized.py b/core/src/trezor/messages/DoPreauthorized.py index 7a03eee72d..ee7b943952 100644 --- a/core/src/trezor/messages/DoPreauthorized.py +++ b/core/src/trezor/messages/DoPreauthorized.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/ECDHSessionKey.py b/core/src/trezor/messages/ECDHSessionKey.py index bf4436efeb..9ae0bc6cad 100644 --- a/core/src/trezor/messages/ECDHSessionKey.py +++ b/core/src/trezor/messages/ECDHSessionKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EndSession.py b/core/src/trezor/messages/EndSession.py index 59b9cd4b4b..dd2db8a953 100644 --- a/core/src/trezor/messages/EndSession.py +++ b/core/src/trezor/messages/EndSession.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/Entropy.py b/core/src/trezor/messages/Entropy.py index 7d3a63bd2b..b55738fea5 100644 --- a/core/src/trezor/messages/Entropy.py +++ b/core/src/trezor/messages/Entropy.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EntropyAck.py b/core/src/trezor/messages/EntropyAck.py index 11d6c14e6d..1804f7a6bf 100644 --- a/core/src/trezor/messages/EntropyAck.py +++ b/core/src/trezor/messages/EntropyAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EntropyRequest.py b/core/src/trezor/messages/EntropyRequest.py index 7bcf7e7c27..4f4d608674 100644 --- a/core/src/trezor/messages/EntropyRequest.py +++ b/core/src/trezor/messages/EntropyRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EosActionBuyRam.py b/core/src/trezor/messages/EosActionBuyRam.py index bb067e9ba6..b57f29753e 100644 --- a/core/src/trezor/messages/EosActionBuyRam.py +++ b/core/src/trezor/messages/EosActionBuyRam.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .EosAsset import EosAsset diff --git a/core/src/trezor/messages/EosActionBuyRamBytes.py b/core/src/trezor/messages/EosActionBuyRamBytes.py index 3e670d029a..6da7c8bc20 100644 --- a/core/src/trezor/messages/EosActionBuyRamBytes.py +++ b/core/src/trezor/messages/EosActionBuyRamBytes.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EosActionCommon.py b/core/src/trezor/messages/EosActionCommon.py index bf7a3d3c51..4cf0d5eb1f 100644 --- a/core/src/trezor/messages/EosActionCommon.py +++ b/core/src/trezor/messages/EosActionCommon.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .EosPermissionLevel import EosPermissionLevel diff --git a/core/src/trezor/messages/EosActionDelegate.py b/core/src/trezor/messages/EosActionDelegate.py index d341c60d9e..d5b3a0433a 100644 --- a/core/src/trezor/messages/EosActionDelegate.py +++ b/core/src/trezor/messages/EosActionDelegate.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .EosAsset import EosAsset diff --git a/core/src/trezor/messages/EosActionDeleteAuth.py b/core/src/trezor/messages/EosActionDeleteAuth.py index eb813b9ae7..1581237c99 100644 --- a/core/src/trezor/messages/EosActionDeleteAuth.py +++ b/core/src/trezor/messages/EosActionDeleteAuth.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EosActionLinkAuth.py b/core/src/trezor/messages/EosActionLinkAuth.py index 9a1fb24672..602ae7376d 100644 --- a/core/src/trezor/messages/EosActionLinkAuth.py +++ b/core/src/trezor/messages/EosActionLinkAuth.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EosActionNewAccount.py b/core/src/trezor/messages/EosActionNewAccount.py index 4e6c240cf8..4591126e53 100644 --- a/core/src/trezor/messages/EosActionNewAccount.py +++ b/core/src/trezor/messages/EosActionNewAccount.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .EosAuthorization import EosAuthorization diff --git a/core/src/trezor/messages/EosActionRefund.py b/core/src/trezor/messages/EosActionRefund.py index 571604ff3c..34b85ffcd6 100644 --- a/core/src/trezor/messages/EosActionRefund.py +++ b/core/src/trezor/messages/EosActionRefund.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EosActionSellRam.py b/core/src/trezor/messages/EosActionSellRam.py index b762660ca8..9c9ad57a47 100644 --- a/core/src/trezor/messages/EosActionSellRam.py +++ b/core/src/trezor/messages/EosActionSellRam.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EosActionTransfer.py b/core/src/trezor/messages/EosActionTransfer.py index 139b1c2614..b2d6d1d4e4 100644 --- a/core/src/trezor/messages/EosActionTransfer.py +++ b/core/src/trezor/messages/EosActionTransfer.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .EosAsset import EosAsset diff --git a/core/src/trezor/messages/EosActionUndelegate.py b/core/src/trezor/messages/EosActionUndelegate.py index 26a553b285..f066b7fab9 100644 --- a/core/src/trezor/messages/EosActionUndelegate.py +++ b/core/src/trezor/messages/EosActionUndelegate.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .EosAsset import EosAsset diff --git a/core/src/trezor/messages/EosActionUnknown.py b/core/src/trezor/messages/EosActionUnknown.py index bacf03d58c..d3fb2f0b54 100644 --- a/core/src/trezor/messages/EosActionUnknown.py +++ b/core/src/trezor/messages/EosActionUnknown.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EosActionUnlinkAuth.py b/core/src/trezor/messages/EosActionUnlinkAuth.py index 245994c0b1..35ed464d02 100644 --- a/core/src/trezor/messages/EosActionUnlinkAuth.py +++ b/core/src/trezor/messages/EosActionUnlinkAuth.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EosActionUpdateAuth.py b/core/src/trezor/messages/EosActionUpdateAuth.py index 83ebd9ad18..475b2393aa 100644 --- a/core/src/trezor/messages/EosActionUpdateAuth.py +++ b/core/src/trezor/messages/EosActionUpdateAuth.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .EosAuthorization import EosAuthorization diff --git a/core/src/trezor/messages/EosActionVoteProducer.py b/core/src/trezor/messages/EosActionVoteProducer.py index a79c1ea8e8..817af090b4 100644 --- a/core/src/trezor/messages/EosActionVoteProducer.py +++ b/core/src/trezor/messages/EosActionVoteProducer.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EosAsset.py b/core/src/trezor/messages/EosAsset.py index 40b77b2c81..5147850bfd 100644 --- a/core/src/trezor/messages/EosAsset.py +++ b/core/src/trezor/messages/EosAsset.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EosAuthorization.py b/core/src/trezor/messages/EosAuthorization.py index bc6d4e4290..fd35f0ba84 100644 --- a/core/src/trezor/messages/EosAuthorization.py +++ b/core/src/trezor/messages/EosAuthorization.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .EosAuthorizationAccount import EosAuthorizationAccount diff --git a/core/src/trezor/messages/EosAuthorizationAccount.py b/core/src/trezor/messages/EosAuthorizationAccount.py index aa1012e57f..790681754d 100644 --- a/core/src/trezor/messages/EosAuthorizationAccount.py +++ b/core/src/trezor/messages/EosAuthorizationAccount.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .EosPermissionLevel import EosPermissionLevel diff --git a/core/src/trezor/messages/EosAuthorizationKey.py b/core/src/trezor/messages/EosAuthorizationKey.py index e403a05619..d0247dfa10 100644 --- a/core/src/trezor/messages/EosAuthorizationKey.py +++ b/core/src/trezor/messages/EosAuthorizationKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EosAuthorizationWait.py b/core/src/trezor/messages/EosAuthorizationWait.py index 7b132c5415..91ead71ba7 100644 --- a/core/src/trezor/messages/EosAuthorizationWait.py +++ b/core/src/trezor/messages/EosAuthorizationWait.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EosGetPublicKey.py b/core/src/trezor/messages/EosGetPublicKey.py index a2e2aa38dc..598669835f 100644 --- a/core/src/trezor/messages/EosGetPublicKey.py +++ b/core/src/trezor/messages/EosGetPublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EosPermissionLevel.py b/core/src/trezor/messages/EosPermissionLevel.py index 1198a7edc6..99cf78f868 100644 --- a/core/src/trezor/messages/EosPermissionLevel.py +++ b/core/src/trezor/messages/EosPermissionLevel.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EosPublicKey.py b/core/src/trezor/messages/EosPublicKey.py index 93f9fab3d3..7955b4416c 100644 --- a/core/src/trezor/messages/EosPublicKey.py +++ b/core/src/trezor/messages/EosPublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EosSignTx.py b/core/src/trezor/messages/EosSignTx.py index ac0cef4d8f..50c72a3a14 100644 --- a/core/src/trezor/messages/EosSignTx.py +++ b/core/src/trezor/messages/EosSignTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .EosTxHeader import EosTxHeader diff --git a/core/src/trezor/messages/EosSignedTx.py b/core/src/trezor/messages/EosSignedTx.py index f8684a573e..e17fe70d76 100644 --- a/core/src/trezor/messages/EosSignedTx.py +++ b/core/src/trezor/messages/EosSignedTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EosTxActionAck.py b/core/src/trezor/messages/EosTxActionAck.py index cfd1edf430..0c9bf4aceb 100644 --- a/core/src/trezor/messages/EosTxActionAck.py +++ b/core/src/trezor/messages/EosTxActionAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .EosActionBuyRam import EosActionBuyRam diff --git a/core/src/trezor/messages/EosTxActionRequest.py b/core/src/trezor/messages/EosTxActionRequest.py index 5fcc024b51..927fc79196 100644 --- a/core/src/trezor/messages/EosTxActionRequest.py +++ b/core/src/trezor/messages/EosTxActionRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EosTxHeader.py b/core/src/trezor/messages/EosTxHeader.py index fac2f64d61..7becc5c122 100644 --- a/core/src/trezor/messages/EosTxHeader.py +++ b/core/src/trezor/messages/EosTxHeader.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EthereumAddress.py b/core/src/trezor/messages/EthereumAddress.py index 07259f7bc4..80a4e63aef 100644 --- a/core/src/trezor/messages/EthereumAddress.py +++ b/core/src/trezor/messages/EthereumAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EthereumGetAddress.py b/core/src/trezor/messages/EthereumGetAddress.py index 81d953126b..3dccfd267f 100644 --- a/core/src/trezor/messages/EthereumGetAddress.py +++ b/core/src/trezor/messages/EthereumGetAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EthereumGetPublicKey.py b/core/src/trezor/messages/EthereumGetPublicKey.py index 52ef8d4c10..19cc0c1ba0 100644 --- a/core/src/trezor/messages/EthereumGetPublicKey.py +++ b/core/src/trezor/messages/EthereumGetPublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EthereumMessageSignature.py b/core/src/trezor/messages/EthereumMessageSignature.py index e73066df09..77f8a35a6e 100644 --- a/core/src/trezor/messages/EthereumMessageSignature.py +++ b/core/src/trezor/messages/EthereumMessageSignature.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EthereumPublicKey.py b/core/src/trezor/messages/EthereumPublicKey.py index ca338f144f..9b048f537b 100644 --- a/core/src/trezor/messages/EthereumPublicKey.py +++ b/core/src/trezor/messages/EthereumPublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .HDNodeType import HDNodeType diff --git a/core/src/trezor/messages/EthereumSignMessage.py b/core/src/trezor/messages/EthereumSignMessage.py index 5887a71843..ccb9ff98ae 100644 --- a/core/src/trezor/messages/EthereumSignMessage.py +++ b/core/src/trezor/messages/EthereumSignMessage.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EthereumSignTx.py b/core/src/trezor/messages/EthereumSignTx.py index 805d28a9de..3fcb1315d1 100644 --- a/core/src/trezor/messages/EthereumSignTx.py +++ b/core/src/trezor/messages/EthereumSignTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EthereumTxAck.py b/core/src/trezor/messages/EthereumTxAck.py index 615ed88d68..473d1a375b 100644 --- a/core/src/trezor/messages/EthereumTxAck.py +++ b/core/src/trezor/messages/EthereumTxAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EthereumTxRequest.py b/core/src/trezor/messages/EthereumTxRequest.py index 8959966581..a9136ec52e 100644 --- a/core/src/trezor/messages/EthereumTxRequest.py +++ b/core/src/trezor/messages/EthereumTxRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/EthereumVerifyMessage.py b/core/src/trezor/messages/EthereumVerifyMessage.py index 64e4a8f006..fb6e22b6b2 100644 --- a/core/src/trezor/messages/EthereumVerifyMessage.py +++ b/core/src/trezor/messages/EthereumVerifyMessage.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/Failure.py b/core/src/trezor/messages/Failure.py index b857253128..bcbe64e3b7 100644 --- a/core/src/trezor/messages/Failure.py +++ b/core/src/trezor/messages/Failure.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/FailureType.py b/core/src/trezor/messages/FailureType.py index 49dbf8b6f3..ed6bda3042 100644 --- a/core/src/trezor/messages/FailureType.py +++ b/core/src/trezor/messages/FailureType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/Features.py b/core/src/trezor/messages/Features.py index 5238bd2867..2225008be6 100644 --- a/core/src/trezor/messages/Features.py +++ b/core/src/trezor/messages/Features.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/GetAddress.py b/core/src/trezor/messages/GetAddress.py index b933efc718..5d6889b59f 100644 --- a/core/src/trezor/messages/GetAddress.py +++ b/core/src/trezor/messages/GetAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .MultisigRedeemScriptType import MultisigRedeemScriptType diff --git a/core/src/trezor/messages/GetECDHSessionKey.py b/core/src/trezor/messages/GetECDHSessionKey.py index b9e29ed5fe..b698d04fa0 100644 --- a/core/src/trezor/messages/GetECDHSessionKey.py +++ b/core/src/trezor/messages/GetECDHSessionKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .IdentityType import IdentityType diff --git a/core/src/trezor/messages/GetEntropy.py b/core/src/trezor/messages/GetEntropy.py index f8592e62de..c8b77d790b 100644 --- a/core/src/trezor/messages/GetEntropy.py +++ b/core/src/trezor/messages/GetEntropy.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/GetFeatures.py b/core/src/trezor/messages/GetFeatures.py index 510d2fc5b4..b904406364 100644 --- a/core/src/trezor/messages/GetFeatures.py +++ b/core/src/trezor/messages/GetFeatures.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/GetNextU2FCounter.py b/core/src/trezor/messages/GetNextU2FCounter.py index 22ddf4cf2e..c27e20beb4 100644 --- a/core/src/trezor/messages/GetNextU2FCounter.py +++ b/core/src/trezor/messages/GetNextU2FCounter.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/GetOwnershipId.py b/core/src/trezor/messages/GetOwnershipId.py index 5d9ba3d72e..9084bf4525 100644 --- a/core/src/trezor/messages/GetOwnershipId.py +++ b/core/src/trezor/messages/GetOwnershipId.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .MultisigRedeemScriptType import MultisigRedeemScriptType diff --git a/core/src/trezor/messages/GetOwnershipProof.py b/core/src/trezor/messages/GetOwnershipProof.py index b59716c3f3..abdeea5eae 100644 --- a/core/src/trezor/messages/GetOwnershipProof.py +++ b/core/src/trezor/messages/GetOwnershipProof.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .MultisigRedeemScriptType import MultisigRedeemScriptType diff --git a/core/src/trezor/messages/GetPublicKey.py b/core/src/trezor/messages/GetPublicKey.py index c2b8932b99..ccdb41c6f1 100644 --- a/core/src/trezor/messages/GetPublicKey.py +++ b/core/src/trezor/messages/GetPublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/HDNodePathType.py b/core/src/trezor/messages/HDNodePathType.py index 239772d4d1..7e1592b90c 100644 --- a/core/src/trezor/messages/HDNodePathType.py +++ b/core/src/trezor/messages/HDNodePathType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .HDNodeType import HDNodeType diff --git a/core/src/trezor/messages/HDNodeType.py b/core/src/trezor/messages/HDNodeType.py index f87598eedb..1e2edb3d5d 100644 --- a/core/src/trezor/messages/HDNodeType.py +++ b/core/src/trezor/messages/HDNodeType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/IdentityType.py b/core/src/trezor/messages/IdentityType.py index 50bbf2af95..2985b89d55 100644 --- a/core/src/trezor/messages/IdentityType.py +++ b/core/src/trezor/messages/IdentityType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/Initialize.py b/core/src/trezor/messages/Initialize.py index d4a6227103..3d631072a9 100644 --- a/core/src/trezor/messages/Initialize.py +++ b/core/src/trezor/messages/Initialize.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/InputScriptType.py b/core/src/trezor/messages/InputScriptType.py index 26243b1ca7..68cdda255e 100644 --- a/core/src/trezor/messages/InputScriptType.py +++ b/core/src/trezor/messages/InputScriptType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/LiskAddress.py b/core/src/trezor/messages/LiskAddress.py index b872d56358..b1bd56f194 100644 --- a/core/src/trezor/messages/LiskAddress.py +++ b/core/src/trezor/messages/LiskAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/LiskDelegateType.py b/core/src/trezor/messages/LiskDelegateType.py index 972111dd52..ff8069c02b 100644 --- a/core/src/trezor/messages/LiskDelegateType.py +++ b/core/src/trezor/messages/LiskDelegateType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/LiskGetAddress.py b/core/src/trezor/messages/LiskGetAddress.py index 66947efe7e..f7c8b1228c 100644 --- a/core/src/trezor/messages/LiskGetAddress.py +++ b/core/src/trezor/messages/LiskGetAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/LiskGetPublicKey.py b/core/src/trezor/messages/LiskGetPublicKey.py index fd6c32e946..b455a016a1 100644 --- a/core/src/trezor/messages/LiskGetPublicKey.py +++ b/core/src/trezor/messages/LiskGetPublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/LiskMessageSignature.py b/core/src/trezor/messages/LiskMessageSignature.py index f5090fd5bd..65e1705c99 100644 --- a/core/src/trezor/messages/LiskMessageSignature.py +++ b/core/src/trezor/messages/LiskMessageSignature.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/LiskMultisignatureType.py b/core/src/trezor/messages/LiskMultisignatureType.py index 73dac521e7..024152fc0c 100644 --- a/core/src/trezor/messages/LiskMultisignatureType.py +++ b/core/src/trezor/messages/LiskMultisignatureType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/LiskPublicKey.py b/core/src/trezor/messages/LiskPublicKey.py index de026f4099..d5433e6348 100644 --- a/core/src/trezor/messages/LiskPublicKey.py +++ b/core/src/trezor/messages/LiskPublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/LiskSignMessage.py b/core/src/trezor/messages/LiskSignMessage.py index 4535be0263..f8aff9e225 100644 --- a/core/src/trezor/messages/LiskSignMessage.py +++ b/core/src/trezor/messages/LiskSignMessage.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/LiskSignTx.py b/core/src/trezor/messages/LiskSignTx.py index 934cb912ab..546823f559 100644 --- a/core/src/trezor/messages/LiskSignTx.py +++ b/core/src/trezor/messages/LiskSignTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .LiskTransactionCommon import LiskTransactionCommon diff --git a/core/src/trezor/messages/LiskSignatureType.py b/core/src/trezor/messages/LiskSignatureType.py index 8791bd61d9..b5a3ec5692 100644 --- a/core/src/trezor/messages/LiskSignatureType.py +++ b/core/src/trezor/messages/LiskSignatureType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/LiskSignedTx.py b/core/src/trezor/messages/LiskSignedTx.py index 3f63563531..c67f02c531 100644 --- a/core/src/trezor/messages/LiskSignedTx.py +++ b/core/src/trezor/messages/LiskSignedTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/LiskTransactionAsset.py b/core/src/trezor/messages/LiskTransactionAsset.py index 31b2078c6d..3d5630fd07 100644 --- a/core/src/trezor/messages/LiskTransactionAsset.py +++ b/core/src/trezor/messages/LiskTransactionAsset.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .LiskDelegateType import LiskDelegateType diff --git a/core/src/trezor/messages/LiskTransactionCommon.py b/core/src/trezor/messages/LiskTransactionCommon.py index a2dfb7ad4f..69ee625f79 100644 --- a/core/src/trezor/messages/LiskTransactionCommon.py +++ b/core/src/trezor/messages/LiskTransactionCommon.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .LiskTransactionAsset import LiskTransactionAsset diff --git a/core/src/trezor/messages/LiskTransactionType.py b/core/src/trezor/messages/LiskTransactionType.py index 4056d0af03..57613e11fa 100644 --- a/core/src/trezor/messages/LiskTransactionType.py +++ b/core/src/trezor/messages/LiskTransactionType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/LiskVerifyMessage.py b/core/src/trezor/messages/LiskVerifyMessage.py index 1fd19a955b..d47c8fca2a 100644 --- a/core/src/trezor/messages/LiskVerifyMessage.py +++ b/core/src/trezor/messages/LiskVerifyMessage.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/LoadDevice.py b/core/src/trezor/messages/LoadDevice.py index c45012ee38..b044f97138 100644 --- a/core/src/trezor/messages/LoadDevice.py +++ b/core/src/trezor/messages/LoadDevice.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/LockDevice.py b/core/src/trezor/messages/LockDevice.py index bf836758bc..c28d972faa 100644 --- a/core/src/trezor/messages/LockDevice.py +++ b/core/src/trezor/messages/LockDevice.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MessageSignature.py b/core/src/trezor/messages/MessageSignature.py index 10890212b5..035ea827c9 100644 --- a/core/src/trezor/messages/MessageSignature.py +++ b/core/src/trezor/messages/MessageSignature.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MessageType.py b/core/src/trezor/messages/MessageType.py index cdfacef271..7568a4cb60 100644 --- a/core/src/trezor/messages/MessageType.py +++ b/core/src/trezor/messages/MessageType.py @@ -2,6 +2,7 @@ # fmt: off from trezor import utils +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/MoneroAccountPublicAddress.py b/core/src/trezor/messages/MoneroAccountPublicAddress.py index 6b0a2d886b..f3a1a73894 100644 --- a/core/src/trezor/messages/MoneroAccountPublicAddress.py +++ b/core/src/trezor/messages/MoneroAccountPublicAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroAddress.py b/core/src/trezor/messages/MoneroAddress.py index 483ab33097..90b09d0cd8 100644 --- a/core/src/trezor/messages/MoneroAddress.py +++ b/core/src/trezor/messages/MoneroAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroExportedKeyImage.py b/core/src/trezor/messages/MoneroExportedKeyImage.py index 44fb2ba2bc..c0043159ae 100644 --- a/core/src/trezor/messages/MoneroExportedKeyImage.py +++ b/core/src/trezor/messages/MoneroExportedKeyImage.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroGetAddress.py b/core/src/trezor/messages/MoneroGetAddress.py index 455f199471..cf2febb9f9 100644 --- a/core/src/trezor/messages/MoneroGetAddress.py +++ b/core/src/trezor/messages/MoneroGetAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroGetTxKeyAck.py b/core/src/trezor/messages/MoneroGetTxKeyAck.py index cd33d20fdf..189b67caac 100644 --- a/core/src/trezor/messages/MoneroGetTxKeyAck.py +++ b/core/src/trezor/messages/MoneroGetTxKeyAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroGetTxKeyRequest.py b/core/src/trezor/messages/MoneroGetTxKeyRequest.py index d09f5cfe60..983cd6309c 100644 --- a/core/src/trezor/messages/MoneroGetTxKeyRequest.py +++ b/core/src/trezor/messages/MoneroGetTxKeyRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroGetWatchKey.py b/core/src/trezor/messages/MoneroGetWatchKey.py index a81499d921..30bfd66659 100644 --- a/core/src/trezor/messages/MoneroGetWatchKey.py +++ b/core/src/trezor/messages/MoneroGetWatchKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroKeyImageExportInitAck.py b/core/src/trezor/messages/MoneroKeyImageExportInitAck.py index 2efe152cb6..8e1ec0143c 100644 --- a/core/src/trezor/messages/MoneroKeyImageExportInitAck.py +++ b/core/src/trezor/messages/MoneroKeyImageExportInitAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroKeyImageExportInitRequest.py b/core/src/trezor/messages/MoneroKeyImageExportInitRequest.py index ae2a68a9f3..ee1350f42e 100644 --- a/core/src/trezor/messages/MoneroKeyImageExportInitRequest.py +++ b/core/src/trezor/messages/MoneroKeyImageExportInitRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .MoneroSubAddressIndicesList import MoneroSubAddressIndicesList diff --git a/core/src/trezor/messages/MoneroKeyImageSyncFinalAck.py b/core/src/trezor/messages/MoneroKeyImageSyncFinalAck.py index 115091b370..40eacc6414 100644 --- a/core/src/trezor/messages/MoneroKeyImageSyncFinalAck.py +++ b/core/src/trezor/messages/MoneroKeyImageSyncFinalAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroKeyImageSyncFinalRequest.py b/core/src/trezor/messages/MoneroKeyImageSyncFinalRequest.py index 058b993aef..0842c529c7 100644 --- a/core/src/trezor/messages/MoneroKeyImageSyncFinalRequest.py +++ b/core/src/trezor/messages/MoneroKeyImageSyncFinalRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroKeyImageSyncStepAck.py b/core/src/trezor/messages/MoneroKeyImageSyncStepAck.py index c75a0c8bad..ee43a00bb0 100644 --- a/core/src/trezor/messages/MoneroKeyImageSyncStepAck.py +++ b/core/src/trezor/messages/MoneroKeyImageSyncStepAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .MoneroExportedKeyImage import MoneroExportedKeyImage diff --git a/core/src/trezor/messages/MoneroKeyImageSyncStepRequest.py b/core/src/trezor/messages/MoneroKeyImageSyncStepRequest.py index fd6d70d127..3550a114b2 100644 --- a/core/src/trezor/messages/MoneroKeyImageSyncStepRequest.py +++ b/core/src/trezor/messages/MoneroKeyImageSyncStepRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .MoneroTransferDetails import MoneroTransferDetails diff --git a/core/src/trezor/messages/MoneroLiveRefreshFinalAck.py b/core/src/trezor/messages/MoneroLiveRefreshFinalAck.py index ebad29b726..00a45a07a4 100644 --- a/core/src/trezor/messages/MoneroLiveRefreshFinalAck.py +++ b/core/src/trezor/messages/MoneroLiveRefreshFinalAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroLiveRefreshFinalRequest.py b/core/src/trezor/messages/MoneroLiveRefreshFinalRequest.py index bb184602e1..7515c9528f 100644 --- a/core/src/trezor/messages/MoneroLiveRefreshFinalRequest.py +++ b/core/src/trezor/messages/MoneroLiveRefreshFinalRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroLiveRefreshStartAck.py b/core/src/trezor/messages/MoneroLiveRefreshStartAck.py index 565fd5544b..c0b5567811 100644 --- a/core/src/trezor/messages/MoneroLiveRefreshStartAck.py +++ b/core/src/trezor/messages/MoneroLiveRefreshStartAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroLiveRefreshStartRequest.py b/core/src/trezor/messages/MoneroLiveRefreshStartRequest.py index 049f329649..f9751e260f 100644 --- a/core/src/trezor/messages/MoneroLiveRefreshStartRequest.py +++ b/core/src/trezor/messages/MoneroLiveRefreshStartRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroLiveRefreshStepAck.py b/core/src/trezor/messages/MoneroLiveRefreshStepAck.py index 6f6b6736f2..0a07a05b53 100644 --- a/core/src/trezor/messages/MoneroLiveRefreshStepAck.py +++ b/core/src/trezor/messages/MoneroLiveRefreshStepAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroLiveRefreshStepRequest.py b/core/src/trezor/messages/MoneroLiveRefreshStepRequest.py index 02502b2352..a35ee58f30 100644 --- a/core/src/trezor/messages/MoneroLiveRefreshStepRequest.py +++ b/core/src/trezor/messages/MoneroLiveRefreshStepRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroMultisigKLRki.py b/core/src/trezor/messages/MoneroMultisigKLRki.py index c52d9f22c5..3e55b3c866 100644 --- a/core/src/trezor/messages/MoneroMultisigKLRki.py +++ b/core/src/trezor/messages/MoneroMultisigKLRki.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroOutputEntry.py b/core/src/trezor/messages/MoneroOutputEntry.py index 841ae9fa0a..676db211d6 100644 --- a/core/src/trezor/messages/MoneroOutputEntry.py +++ b/core/src/trezor/messages/MoneroOutputEntry.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .MoneroRctKeyPublic import MoneroRctKeyPublic diff --git a/core/src/trezor/messages/MoneroRctKeyPublic.py b/core/src/trezor/messages/MoneroRctKeyPublic.py index 2e27e8a14f..24efa002d7 100644 --- a/core/src/trezor/messages/MoneroRctKeyPublic.py +++ b/core/src/trezor/messages/MoneroRctKeyPublic.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroRingCtSig.py b/core/src/trezor/messages/MoneroRingCtSig.py index 1d62e2aa69..4a26c8c8af 100644 --- a/core/src/trezor/messages/MoneroRingCtSig.py +++ b/core/src/trezor/messages/MoneroRingCtSig.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroSubAddressIndicesList.py b/core/src/trezor/messages/MoneroSubAddressIndicesList.py index 3f74af6ac7..5c7e201d6d 100644 --- a/core/src/trezor/messages/MoneroSubAddressIndicesList.py +++ b/core/src/trezor/messages/MoneroSubAddressIndicesList.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroTransactionAllInputsSetAck.py b/core/src/trezor/messages/MoneroTransactionAllInputsSetAck.py index a1016d3d3c..3fce377790 100644 --- a/core/src/trezor/messages/MoneroTransactionAllInputsSetAck.py +++ b/core/src/trezor/messages/MoneroTransactionAllInputsSetAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .MoneroTransactionRsigData import MoneroTransactionRsigData diff --git a/core/src/trezor/messages/MoneroTransactionAllInputsSetRequest.py b/core/src/trezor/messages/MoneroTransactionAllInputsSetRequest.py index 49bbba29af..164c0a6663 100644 --- a/core/src/trezor/messages/MoneroTransactionAllInputsSetRequest.py +++ b/core/src/trezor/messages/MoneroTransactionAllInputsSetRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroTransactionAllOutSetAck.py b/core/src/trezor/messages/MoneroTransactionAllOutSetAck.py index 050a12ebb7..0c7595ed6a 100644 --- a/core/src/trezor/messages/MoneroTransactionAllOutSetAck.py +++ b/core/src/trezor/messages/MoneroTransactionAllOutSetAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .MoneroRingCtSig import MoneroRingCtSig diff --git a/core/src/trezor/messages/MoneroTransactionAllOutSetRequest.py b/core/src/trezor/messages/MoneroTransactionAllOutSetRequest.py index b9f86638fd..5b18d7c745 100644 --- a/core/src/trezor/messages/MoneroTransactionAllOutSetRequest.py +++ b/core/src/trezor/messages/MoneroTransactionAllOutSetRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .MoneroTransactionRsigData import MoneroTransactionRsigData diff --git a/core/src/trezor/messages/MoneroTransactionData.py b/core/src/trezor/messages/MoneroTransactionData.py index 4b42cf7b44..c42da5dae0 100644 --- a/core/src/trezor/messages/MoneroTransactionData.py +++ b/core/src/trezor/messages/MoneroTransactionData.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .MoneroTransactionDestinationEntry import MoneroTransactionDestinationEntry diff --git a/core/src/trezor/messages/MoneroTransactionDestinationEntry.py b/core/src/trezor/messages/MoneroTransactionDestinationEntry.py index 44c61703ed..a97e2b54fa 100644 --- a/core/src/trezor/messages/MoneroTransactionDestinationEntry.py +++ b/core/src/trezor/messages/MoneroTransactionDestinationEntry.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .MoneroAccountPublicAddress import MoneroAccountPublicAddress diff --git a/core/src/trezor/messages/MoneroTransactionFinalAck.py b/core/src/trezor/messages/MoneroTransactionFinalAck.py index 73e1d01a92..32e86cc1e9 100644 --- a/core/src/trezor/messages/MoneroTransactionFinalAck.py +++ b/core/src/trezor/messages/MoneroTransactionFinalAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroTransactionFinalRequest.py b/core/src/trezor/messages/MoneroTransactionFinalRequest.py index ab46a573ef..268da098bc 100644 --- a/core/src/trezor/messages/MoneroTransactionFinalRequest.py +++ b/core/src/trezor/messages/MoneroTransactionFinalRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroTransactionInitAck.py b/core/src/trezor/messages/MoneroTransactionInitAck.py index 08b23235f3..83643efe01 100644 --- a/core/src/trezor/messages/MoneroTransactionInitAck.py +++ b/core/src/trezor/messages/MoneroTransactionInitAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .MoneroTransactionRsigData import MoneroTransactionRsigData diff --git a/core/src/trezor/messages/MoneroTransactionInitRequest.py b/core/src/trezor/messages/MoneroTransactionInitRequest.py index b7ab8a74c3..5681205acf 100644 --- a/core/src/trezor/messages/MoneroTransactionInitRequest.py +++ b/core/src/trezor/messages/MoneroTransactionInitRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .MoneroTransactionData import MoneroTransactionData diff --git a/core/src/trezor/messages/MoneroTransactionInputViniAck.py b/core/src/trezor/messages/MoneroTransactionInputViniAck.py index 643ec2395d..f43f1af431 100644 --- a/core/src/trezor/messages/MoneroTransactionInputViniAck.py +++ b/core/src/trezor/messages/MoneroTransactionInputViniAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroTransactionInputViniRequest.py b/core/src/trezor/messages/MoneroTransactionInputViniRequest.py index fd11ee507b..b4d0fca848 100644 --- a/core/src/trezor/messages/MoneroTransactionInputViniRequest.py +++ b/core/src/trezor/messages/MoneroTransactionInputViniRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .MoneroTransactionSourceEntry import MoneroTransactionSourceEntry diff --git a/core/src/trezor/messages/MoneroTransactionInputsPermutationAck.py b/core/src/trezor/messages/MoneroTransactionInputsPermutationAck.py index 16f1a7bd21..32510553da 100644 --- a/core/src/trezor/messages/MoneroTransactionInputsPermutationAck.py +++ b/core/src/trezor/messages/MoneroTransactionInputsPermutationAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroTransactionInputsPermutationRequest.py b/core/src/trezor/messages/MoneroTransactionInputsPermutationRequest.py index dba45b2eb5..766b11ce3c 100644 --- a/core/src/trezor/messages/MoneroTransactionInputsPermutationRequest.py +++ b/core/src/trezor/messages/MoneroTransactionInputsPermutationRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroTransactionRsigData.py b/core/src/trezor/messages/MoneroTransactionRsigData.py index f848cf3b9c..8fb992ccc3 100644 --- a/core/src/trezor/messages/MoneroTransactionRsigData.py +++ b/core/src/trezor/messages/MoneroTransactionRsigData.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroTransactionSetInputAck.py b/core/src/trezor/messages/MoneroTransactionSetInputAck.py index 24bbff4c48..fe1838263c 100644 --- a/core/src/trezor/messages/MoneroTransactionSetInputAck.py +++ b/core/src/trezor/messages/MoneroTransactionSetInputAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroTransactionSetInputRequest.py b/core/src/trezor/messages/MoneroTransactionSetInputRequest.py index 2a374fce9c..608ebe0a4d 100644 --- a/core/src/trezor/messages/MoneroTransactionSetInputRequest.py +++ b/core/src/trezor/messages/MoneroTransactionSetInputRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .MoneroTransactionSourceEntry import MoneroTransactionSourceEntry diff --git a/core/src/trezor/messages/MoneroTransactionSetOutputAck.py b/core/src/trezor/messages/MoneroTransactionSetOutputAck.py index 696688fc7e..83bff1723a 100644 --- a/core/src/trezor/messages/MoneroTransactionSetOutputAck.py +++ b/core/src/trezor/messages/MoneroTransactionSetOutputAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .MoneroTransactionRsigData import MoneroTransactionRsigData diff --git a/core/src/trezor/messages/MoneroTransactionSetOutputRequest.py b/core/src/trezor/messages/MoneroTransactionSetOutputRequest.py index c6df072f60..5b42e7b605 100644 --- a/core/src/trezor/messages/MoneroTransactionSetOutputRequest.py +++ b/core/src/trezor/messages/MoneroTransactionSetOutputRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .MoneroTransactionDestinationEntry import MoneroTransactionDestinationEntry diff --git a/core/src/trezor/messages/MoneroTransactionSignInputAck.py b/core/src/trezor/messages/MoneroTransactionSignInputAck.py index 8837dd19a3..29a8ff572a 100644 --- a/core/src/trezor/messages/MoneroTransactionSignInputAck.py +++ b/core/src/trezor/messages/MoneroTransactionSignInputAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroTransactionSignInputRequest.py b/core/src/trezor/messages/MoneroTransactionSignInputRequest.py index 3a3d03eb9f..0e6e2990c3 100644 --- a/core/src/trezor/messages/MoneroTransactionSignInputRequest.py +++ b/core/src/trezor/messages/MoneroTransactionSignInputRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .MoneroTransactionSourceEntry import MoneroTransactionSourceEntry diff --git a/core/src/trezor/messages/MoneroTransactionSourceEntry.py b/core/src/trezor/messages/MoneroTransactionSourceEntry.py index 333f56ee05..f780b8475e 100644 --- a/core/src/trezor/messages/MoneroTransactionSourceEntry.py +++ b/core/src/trezor/messages/MoneroTransactionSourceEntry.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .MoneroMultisigKLRki import MoneroMultisigKLRki diff --git a/core/src/trezor/messages/MoneroTransferDetails.py b/core/src/trezor/messages/MoneroTransferDetails.py index 3c92050c3b..0880bd19d3 100644 --- a/core/src/trezor/messages/MoneroTransferDetails.py +++ b/core/src/trezor/messages/MoneroTransferDetails.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MoneroWatchKey.py b/core/src/trezor/messages/MoneroWatchKey.py index 4cc708454f..5eca36629f 100644 --- a/core/src/trezor/messages/MoneroWatchKey.py +++ b/core/src/trezor/messages/MoneroWatchKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/MultisigRedeemScriptType.py b/core/src/trezor/messages/MultisigRedeemScriptType.py index d6f9b6f727..3da884c60a 100644 --- a/core/src/trezor/messages/MultisigRedeemScriptType.py +++ b/core/src/trezor/messages/MultisigRedeemScriptType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .HDNodePathType import HDNodePathType diff --git a/core/src/trezor/messages/NEMAddress.py b/core/src/trezor/messages/NEMAddress.py index 05243b64ab..12761e4b68 100644 --- a/core/src/trezor/messages/NEMAddress.py +++ b/core/src/trezor/messages/NEMAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/NEMAggregateModification.py b/core/src/trezor/messages/NEMAggregateModification.py index d7cf6cfd81..4a5fbae966 100644 --- a/core/src/trezor/messages/NEMAggregateModification.py +++ b/core/src/trezor/messages/NEMAggregateModification.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .NEMCosignatoryModification import NEMCosignatoryModification diff --git a/core/src/trezor/messages/NEMCosignatoryModification.py b/core/src/trezor/messages/NEMCosignatoryModification.py index 954093f5d0..58c7b23700 100644 --- a/core/src/trezor/messages/NEMCosignatoryModification.py +++ b/core/src/trezor/messages/NEMCosignatoryModification.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/NEMGetAddress.py b/core/src/trezor/messages/NEMGetAddress.py index 0b07a9f1d4..18946a50c4 100644 --- a/core/src/trezor/messages/NEMGetAddress.py +++ b/core/src/trezor/messages/NEMGetAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/NEMImportanceTransfer.py b/core/src/trezor/messages/NEMImportanceTransfer.py index 73b8e38755..538ea8b825 100644 --- a/core/src/trezor/messages/NEMImportanceTransfer.py +++ b/core/src/trezor/messages/NEMImportanceTransfer.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/NEMImportanceTransferMode.py b/core/src/trezor/messages/NEMImportanceTransferMode.py index 13f31fab39..0639db32d5 100644 --- a/core/src/trezor/messages/NEMImportanceTransferMode.py +++ b/core/src/trezor/messages/NEMImportanceTransferMode.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/NEMModificationType.py b/core/src/trezor/messages/NEMModificationType.py index f414bd2b0a..3e364d3ba2 100644 --- a/core/src/trezor/messages/NEMModificationType.py +++ b/core/src/trezor/messages/NEMModificationType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/NEMMosaic.py b/core/src/trezor/messages/NEMMosaic.py index da179d6a96..ddb5306232 100644 --- a/core/src/trezor/messages/NEMMosaic.py +++ b/core/src/trezor/messages/NEMMosaic.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/NEMMosaicCreation.py b/core/src/trezor/messages/NEMMosaicCreation.py index aac43c9b6d..8b55f939e9 100644 --- a/core/src/trezor/messages/NEMMosaicCreation.py +++ b/core/src/trezor/messages/NEMMosaicCreation.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .NEMMosaicDefinition import NEMMosaicDefinition diff --git a/core/src/trezor/messages/NEMMosaicDefinition.py b/core/src/trezor/messages/NEMMosaicDefinition.py index 2548d916c1..98e8f11d63 100644 --- a/core/src/trezor/messages/NEMMosaicDefinition.py +++ b/core/src/trezor/messages/NEMMosaicDefinition.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/NEMMosaicLevy.py b/core/src/trezor/messages/NEMMosaicLevy.py index 05e7985d44..de636afe50 100644 --- a/core/src/trezor/messages/NEMMosaicLevy.py +++ b/core/src/trezor/messages/NEMMosaicLevy.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/NEMMosaicSupplyChange.py b/core/src/trezor/messages/NEMMosaicSupplyChange.py index 4c0be98885..d3a5eb2ac9 100644 --- a/core/src/trezor/messages/NEMMosaicSupplyChange.py +++ b/core/src/trezor/messages/NEMMosaicSupplyChange.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/NEMProvisionNamespace.py b/core/src/trezor/messages/NEMProvisionNamespace.py index a208805125..43265ae382 100644 --- a/core/src/trezor/messages/NEMProvisionNamespace.py +++ b/core/src/trezor/messages/NEMProvisionNamespace.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/NEMSignTx.py b/core/src/trezor/messages/NEMSignTx.py index bfb8d9a665..c643fae2b2 100644 --- a/core/src/trezor/messages/NEMSignTx.py +++ b/core/src/trezor/messages/NEMSignTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .NEMAggregateModification import NEMAggregateModification diff --git a/core/src/trezor/messages/NEMSignedTx.py b/core/src/trezor/messages/NEMSignedTx.py index 8563a8a0b3..9815ae1f2f 100644 --- a/core/src/trezor/messages/NEMSignedTx.py +++ b/core/src/trezor/messages/NEMSignedTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/NEMSupplyChangeType.py b/core/src/trezor/messages/NEMSupplyChangeType.py index 86a3d43e1d..5255c1e7f8 100644 --- a/core/src/trezor/messages/NEMSupplyChangeType.py +++ b/core/src/trezor/messages/NEMSupplyChangeType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/NEMTransactionCommon.py b/core/src/trezor/messages/NEMTransactionCommon.py index 50b01389c2..7cffc73709 100644 --- a/core/src/trezor/messages/NEMTransactionCommon.py +++ b/core/src/trezor/messages/NEMTransactionCommon.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/NEMTransfer.py b/core/src/trezor/messages/NEMTransfer.py index 64a90e8595..58befa1352 100644 --- a/core/src/trezor/messages/NEMTransfer.py +++ b/core/src/trezor/messages/NEMTransfer.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .NEMMosaic import NEMMosaic diff --git a/core/src/trezor/messages/NextU2FCounter.py b/core/src/trezor/messages/NextU2FCounter.py index 157f89a5a4..041a6f1585 100644 --- a/core/src/trezor/messages/NextU2FCounter.py +++ b/core/src/trezor/messages/NextU2FCounter.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/OutputScriptType.py b/core/src/trezor/messages/OutputScriptType.py index 94116b2365..1570583500 100644 --- a/core/src/trezor/messages/OutputScriptType.py +++ b/core/src/trezor/messages/OutputScriptType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/OwnershipId.py b/core/src/trezor/messages/OwnershipId.py index 0eaeae711d..a75bd0e90f 100644 --- a/core/src/trezor/messages/OwnershipId.py +++ b/core/src/trezor/messages/OwnershipId.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/OwnershipProof.py b/core/src/trezor/messages/OwnershipProof.py index a9793c477e..6e2312f1bc 100644 --- a/core/src/trezor/messages/OwnershipProof.py +++ b/core/src/trezor/messages/OwnershipProof.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/PassphraseAck.py b/core/src/trezor/messages/PassphraseAck.py index 6e46f06d4c..df26f1da42 100644 --- a/core/src/trezor/messages/PassphraseAck.py +++ b/core/src/trezor/messages/PassphraseAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/PassphraseRequest.py b/core/src/trezor/messages/PassphraseRequest.py index 1411e5f939..8316830cde 100644 --- a/core/src/trezor/messages/PassphraseRequest.py +++ b/core/src/trezor/messages/PassphraseRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/Ping.py b/core/src/trezor/messages/Ping.py index fe96b23bd8..62ea5556cc 100644 --- a/core/src/trezor/messages/Ping.py +++ b/core/src/trezor/messages/Ping.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/PreauthorizedRequest.py b/core/src/trezor/messages/PreauthorizedRequest.py index ed2eb8f790..1a33889cab 100644 --- a/core/src/trezor/messages/PreauthorizedRequest.py +++ b/core/src/trezor/messages/PreauthorizedRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/PrevInput.py b/core/src/trezor/messages/PrevInput.py index a78531bf46..043c34cffe 100644 --- a/core/src/trezor/messages/PrevInput.py +++ b/core/src/trezor/messages/PrevInput.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/PrevOutput.py b/core/src/trezor/messages/PrevOutput.py index 82df7f2171..2ca9d19b08 100644 --- a/core/src/trezor/messages/PrevOutput.py +++ b/core/src/trezor/messages/PrevOutput.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/PrevTx.py b/core/src/trezor/messages/PrevTx.py index 6340bbaee4..9b56e498d1 100644 --- a/core/src/trezor/messages/PrevTx.py +++ b/core/src/trezor/messages/PrevTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/PublicKey.py b/core/src/trezor/messages/PublicKey.py index dae1216d20..ced91bd7eb 100644 --- a/core/src/trezor/messages/PublicKey.py +++ b/core/src/trezor/messages/PublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .HDNodeType import HDNodeType diff --git a/core/src/trezor/messages/RebootToBootloader.py b/core/src/trezor/messages/RebootToBootloader.py index 0dfc43b05b..c6045e476c 100644 --- a/core/src/trezor/messages/RebootToBootloader.py +++ b/core/src/trezor/messages/RebootToBootloader.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/RecoveryDevice.py b/core/src/trezor/messages/RecoveryDevice.py index 4dcb6e906e..7135f88386 100644 --- a/core/src/trezor/messages/RecoveryDevice.py +++ b/core/src/trezor/messages/RecoveryDevice.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/RecoveryDeviceType.py b/core/src/trezor/messages/RecoveryDeviceType.py index 9654232922..f8439f677f 100644 --- a/core/src/trezor/messages/RecoveryDeviceType.py +++ b/core/src/trezor/messages/RecoveryDeviceType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/RequestType.py b/core/src/trezor/messages/RequestType.py index baffc605ca..58ac05af3c 100644 --- a/core/src/trezor/messages/RequestType.py +++ b/core/src/trezor/messages/RequestType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/ResetDevice.py b/core/src/trezor/messages/ResetDevice.py index afbab8e1bf..d77e9094ce 100644 --- a/core/src/trezor/messages/ResetDevice.py +++ b/core/src/trezor/messages/ResetDevice.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/RippleAddress.py b/core/src/trezor/messages/RippleAddress.py index e8f134e52d..79ae85ef5a 100644 --- a/core/src/trezor/messages/RippleAddress.py +++ b/core/src/trezor/messages/RippleAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/RippleGetAddress.py b/core/src/trezor/messages/RippleGetAddress.py index 8951523dce..655052ab83 100644 --- a/core/src/trezor/messages/RippleGetAddress.py +++ b/core/src/trezor/messages/RippleGetAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/RipplePayment.py b/core/src/trezor/messages/RipplePayment.py index e4d47b133b..7096682790 100644 --- a/core/src/trezor/messages/RipplePayment.py +++ b/core/src/trezor/messages/RipplePayment.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/RippleSignTx.py b/core/src/trezor/messages/RippleSignTx.py index 348d738d8b..017a9c8fab 100644 --- a/core/src/trezor/messages/RippleSignTx.py +++ b/core/src/trezor/messages/RippleSignTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .RipplePayment import RipplePayment diff --git a/core/src/trezor/messages/RippleSignedTx.py b/core/src/trezor/messages/RippleSignedTx.py index a29018a7b5..77c6ca5a56 100644 --- a/core/src/trezor/messages/RippleSignedTx.py +++ b/core/src/trezor/messages/RippleSignedTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/SafetyCheckLevel.py b/core/src/trezor/messages/SafetyCheckLevel.py index 0bc3566c08..656fb76d24 100644 --- a/core/src/trezor/messages/SafetyCheckLevel.py +++ b/core/src/trezor/messages/SafetyCheckLevel.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/SdProtect.py b/core/src/trezor/messages/SdProtect.py index 490c230db1..3637c7cfb3 100644 --- a/core/src/trezor/messages/SdProtect.py +++ b/core/src/trezor/messages/SdProtect.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/SdProtectOperationType.py b/core/src/trezor/messages/SdProtectOperationType.py index a979dc8433..f339a9be52 100644 --- a/core/src/trezor/messages/SdProtectOperationType.py +++ b/core/src/trezor/messages/SdProtectOperationType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/SetU2FCounter.py b/core/src/trezor/messages/SetU2FCounter.py index 83749d9284..5b878530b5 100644 --- a/core/src/trezor/messages/SetU2FCounter.py +++ b/core/src/trezor/messages/SetU2FCounter.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/SignIdentity.py b/core/src/trezor/messages/SignIdentity.py index cd56b45b3b..da5e1129ec 100644 --- a/core/src/trezor/messages/SignIdentity.py +++ b/core/src/trezor/messages/SignIdentity.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .IdentityType import IdentityType diff --git a/core/src/trezor/messages/SignMessage.py b/core/src/trezor/messages/SignMessage.py index e91701f0ce..13bdaee914 100644 --- a/core/src/trezor/messages/SignMessage.py +++ b/core/src/trezor/messages/SignMessage.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/SignTx.py b/core/src/trezor/messages/SignTx.py index ce9672d9a8..ab85d09b37 100644 --- a/core/src/trezor/messages/SignTx.py +++ b/core/src/trezor/messages/SignTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/SignedIdentity.py b/core/src/trezor/messages/SignedIdentity.py index 795cdd258c..cc28e1c8db 100644 --- a/core/src/trezor/messages/SignedIdentity.py +++ b/core/src/trezor/messages/SignedIdentity.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/StellarAccountMergeOp.py b/core/src/trezor/messages/StellarAccountMergeOp.py index dcd1cff1f5..b59340021a 100644 --- a/core/src/trezor/messages/StellarAccountMergeOp.py +++ b/core/src/trezor/messages/StellarAccountMergeOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/StellarAddress.py b/core/src/trezor/messages/StellarAddress.py index 943c26113c..f4157f0859 100644 --- a/core/src/trezor/messages/StellarAddress.py +++ b/core/src/trezor/messages/StellarAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/StellarAllowTrustOp.py b/core/src/trezor/messages/StellarAllowTrustOp.py index 23aa52fd31..ebea20a127 100644 --- a/core/src/trezor/messages/StellarAllowTrustOp.py +++ b/core/src/trezor/messages/StellarAllowTrustOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/StellarAssetType.py b/core/src/trezor/messages/StellarAssetType.py index 1a0d15627e..0ed624f81a 100644 --- a/core/src/trezor/messages/StellarAssetType.py +++ b/core/src/trezor/messages/StellarAssetType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/StellarBumpSequenceOp.py b/core/src/trezor/messages/StellarBumpSequenceOp.py index b10d07c847..2ece1176ab 100644 --- a/core/src/trezor/messages/StellarBumpSequenceOp.py +++ b/core/src/trezor/messages/StellarBumpSequenceOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/StellarChangeTrustOp.py b/core/src/trezor/messages/StellarChangeTrustOp.py index 6abecb2734..418db3d8f5 100644 --- a/core/src/trezor/messages/StellarChangeTrustOp.py +++ b/core/src/trezor/messages/StellarChangeTrustOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .StellarAssetType import StellarAssetType diff --git a/core/src/trezor/messages/StellarCreateAccountOp.py b/core/src/trezor/messages/StellarCreateAccountOp.py index b24f46715d..6cc5e7e280 100644 --- a/core/src/trezor/messages/StellarCreateAccountOp.py +++ b/core/src/trezor/messages/StellarCreateAccountOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/StellarCreatePassiveOfferOp.py b/core/src/trezor/messages/StellarCreatePassiveOfferOp.py index 85233ec99d..dbdb0b3f18 100644 --- a/core/src/trezor/messages/StellarCreatePassiveOfferOp.py +++ b/core/src/trezor/messages/StellarCreatePassiveOfferOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .StellarAssetType import StellarAssetType diff --git a/core/src/trezor/messages/StellarGetAddress.py b/core/src/trezor/messages/StellarGetAddress.py index aef9344989..13987b658f 100644 --- a/core/src/trezor/messages/StellarGetAddress.py +++ b/core/src/trezor/messages/StellarGetAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/StellarManageDataOp.py b/core/src/trezor/messages/StellarManageDataOp.py index a344547bc9..058e5267e4 100644 --- a/core/src/trezor/messages/StellarManageDataOp.py +++ b/core/src/trezor/messages/StellarManageDataOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/StellarManageOfferOp.py b/core/src/trezor/messages/StellarManageOfferOp.py index ac4325ae7b..c8eb4aa979 100644 --- a/core/src/trezor/messages/StellarManageOfferOp.py +++ b/core/src/trezor/messages/StellarManageOfferOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .StellarAssetType import StellarAssetType diff --git a/core/src/trezor/messages/StellarPathPaymentOp.py b/core/src/trezor/messages/StellarPathPaymentOp.py index db17dd08f9..b8dc378939 100644 --- a/core/src/trezor/messages/StellarPathPaymentOp.py +++ b/core/src/trezor/messages/StellarPathPaymentOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .StellarAssetType import StellarAssetType diff --git a/core/src/trezor/messages/StellarPaymentOp.py b/core/src/trezor/messages/StellarPaymentOp.py index f2cb9891e3..fa1dedcd20 100644 --- a/core/src/trezor/messages/StellarPaymentOp.py +++ b/core/src/trezor/messages/StellarPaymentOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .StellarAssetType import StellarAssetType diff --git a/core/src/trezor/messages/StellarSetOptionsOp.py b/core/src/trezor/messages/StellarSetOptionsOp.py index 3736be322e..7eb8d1ff5a 100644 --- a/core/src/trezor/messages/StellarSetOptionsOp.py +++ b/core/src/trezor/messages/StellarSetOptionsOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/StellarSignTx.py b/core/src/trezor/messages/StellarSignTx.py index 371152a063..0aeb79a3ce 100644 --- a/core/src/trezor/messages/StellarSignTx.py +++ b/core/src/trezor/messages/StellarSignTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/StellarSignedTx.py b/core/src/trezor/messages/StellarSignedTx.py index 68a0c31f11..02117888ff 100644 --- a/core/src/trezor/messages/StellarSignedTx.py +++ b/core/src/trezor/messages/StellarSignedTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/StellarTxOpRequest.py b/core/src/trezor/messages/StellarTxOpRequest.py index 8d1cb59b23..767d81495b 100644 --- a/core/src/trezor/messages/StellarTxOpRequest.py +++ b/core/src/trezor/messages/StellarTxOpRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/Success.py b/core/src/trezor/messages/Success.py index 70676d638f..fa40153c8a 100644 --- a/core/src/trezor/messages/Success.py +++ b/core/src/trezor/messages/Success.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/TezosAddress.py b/core/src/trezor/messages/TezosAddress.py index ae0ad6fe53..e71485a5a0 100644 --- a/core/src/trezor/messages/TezosAddress.py +++ b/core/src/trezor/messages/TezosAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/TezosBallotOp.py b/core/src/trezor/messages/TezosBallotOp.py index 010a726c3f..14b9c1a48c 100644 --- a/core/src/trezor/messages/TezosBallotOp.py +++ b/core/src/trezor/messages/TezosBallotOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/TezosBallotType.py b/core/src/trezor/messages/TezosBallotType.py index cb7c9a0965..c0763dbb81 100644 --- a/core/src/trezor/messages/TezosBallotType.py +++ b/core/src/trezor/messages/TezosBallotType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/TezosContractID.py b/core/src/trezor/messages/TezosContractID.py index 3e30f15e8f..881a8bff0b 100644 --- a/core/src/trezor/messages/TezosContractID.py +++ b/core/src/trezor/messages/TezosContractID.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/TezosContractType.py b/core/src/trezor/messages/TezosContractType.py index d6d66a2fab..d0e9909317 100644 --- a/core/src/trezor/messages/TezosContractType.py +++ b/core/src/trezor/messages/TezosContractType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/core/src/trezor/messages/TezosDelegationOp.py b/core/src/trezor/messages/TezosDelegationOp.py index 28683e677e..84b1153a02 100644 --- a/core/src/trezor/messages/TezosDelegationOp.py +++ b/core/src/trezor/messages/TezosDelegationOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/TezosGetAddress.py b/core/src/trezor/messages/TezosGetAddress.py index 7e734352cc..63115c4444 100644 --- a/core/src/trezor/messages/TezosGetAddress.py +++ b/core/src/trezor/messages/TezosGetAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/TezosGetPublicKey.py b/core/src/trezor/messages/TezosGetPublicKey.py index 13c7a5dab5..8bfeae1bd5 100644 --- a/core/src/trezor/messages/TezosGetPublicKey.py +++ b/core/src/trezor/messages/TezosGetPublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/TezosManagerTransfer.py b/core/src/trezor/messages/TezosManagerTransfer.py index abc8ec60c0..087f23a2bb 100644 --- a/core/src/trezor/messages/TezosManagerTransfer.py +++ b/core/src/trezor/messages/TezosManagerTransfer.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .TezosContractID import TezosContractID diff --git a/core/src/trezor/messages/TezosOriginationOp.py b/core/src/trezor/messages/TezosOriginationOp.py index 65c9a02ad4..7bd46c215e 100644 --- a/core/src/trezor/messages/TezosOriginationOp.py +++ b/core/src/trezor/messages/TezosOriginationOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/TezosParametersManager.py b/core/src/trezor/messages/TezosParametersManager.py index f4a1564478..60962b99cb 100644 --- a/core/src/trezor/messages/TezosParametersManager.py +++ b/core/src/trezor/messages/TezosParametersManager.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .TezosManagerTransfer import TezosManagerTransfer diff --git a/core/src/trezor/messages/TezosProposalOp.py b/core/src/trezor/messages/TezosProposalOp.py index 6bf3c870df..4809fdbd5d 100644 --- a/core/src/trezor/messages/TezosProposalOp.py +++ b/core/src/trezor/messages/TezosProposalOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/TezosPublicKey.py b/core/src/trezor/messages/TezosPublicKey.py index 939ccbcc1c..ee82d53821 100644 --- a/core/src/trezor/messages/TezosPublicKey.py +++ b/core/src/trezor/messages/TezosPublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/TezosRevealOp.py b/core/src/trezor/messages/TezosRevealOp.py index deaa109079..a47d0676f8 100644 --- a/core/src/trezor/messages/TezosRevealOp.py +++ b/core/src/trezor/messages/TezosRevealOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/TezosSignTx.py b/core/src/trezor/messages/TezosSignTx.py index 73ee56ffee..4c35e2b68a 100644 --- a/core/src/trezor/messages/TezosSignTx.py +++ b/core/src/trezor/messages/TezosSignTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .TezosBallotOp import TezosBallotOp diff --git a/core/src/trezor/messages/TezosSignedTx.py b/core/src/trezor/messages/TezosSignedTx.py index dea63c87dd..2fd0f1d7fd 100644 --- a/core/src/trezor/messages/TezosSignedTx.py +++ b/core/src/trezor/messages/TezosSignedTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/TezosTransactionOp.py b/core/src/trezor/messages/TezosTransactionOp.py index d42b53cd74..6375ea2eeb 100644 --- a/core/src/trezor/messages/TezosTransactionOp.py +++ b/core/src/trezor/messages/TezosTransactionOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .TezosContractID import TezosContractID diff --git a/core/src/trezor/messages/TransactionType.py b/core/src/trezor/messages/TransactionType.py index bdba7f2277..a9a7ba9054 100644 --- a/core/src/trezor/messages/TransactionType.py +++ b/core/src/trezor/messages/TransactionType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .TxInputType import TxInputType diff --git a/core/src/trezor/messages/TxAck.py b/core/src/trezor/messages/TxAck.py index b8bd80d1a9..6ceecec75a 100644 --- a/core/src/trezor/messages/TxAck.py +++ b/core/src/trezor/messages/TxAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .TransactionType import TransactionType diff --git a/core/src/trezor/messages/TxAckInput.py b/core/src/trezor/messages/TxAckInput.py index 1d6c7993b3..05d4ac1f77 100644 --- a/core/src/trezor/messages/TxAckInput.py +++ b/core/src/trezor/messages/TxAckInput.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .TxAckInputWrapper import TxAckInputWrapper diff --git a/core/src/trezor/messages/TxAckInputWrapper.py b/core/src/trezor/messages/TxAckInputWrapper.py index 54c72312d9..1f8ce3e624 100644 --- a/core/src/trezor/messages/TxAckInputWrapper.py +++ b/core/src/trezor/messages/TxAckInputWrapper.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .TxInput import TxInput diff --git a/core/src/trezor/messages/TxAckOutput.py b/core/src/trezor/messages/TxAckOutput.py index 1888bf6136..219a84e3c2 100644 --- a/core/src/trezor/messages/TxAckOutput.py +++ b/core/src/trezor/messages/TxAckOutput.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .TxAckOutputWrapper import TxAckOutputWrapper diff --git a/core/src/trezor/messages/TxAckOutputWrapper.py b/core/src/trezor/messages/TxAckOutputWrapper.py index 7bebf5af7b..d201f58565 100644 --- a/core/src/trezor/messages/TxAckOutputWrapper.py +++ b/core/src/trezor/messages/TxAckOutputWrapper.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .TxOutput import TxOutput diff --git a/core/src/trezor/messages/TxAckPrevExtraData.py b/core/src/trezor/messages/TxAckPrevExtraData.py index b9bd2c17e5..02c8a7b224 100644 --- a/core/src/trezor/messages/TxAckPrevExtraData.py +++ b/core/src/trezor/messages/TxAckPrevExtraData.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .TxAckPrevExtraDataWrapper import TxAckPrevExtraDataWrapper diff --git a/core/src/trezor/messages/TxAckPrevExtraDataWrapper.py b/core/src/trezor/messages/TxAckPrevExtraDataWrapper.py index 3535374f53..03e59983d9 100644 --- a/core/src/trezor/messages/TxAckPrevExtraDataWrapper.py +++ b/core/src/trezor/messages/TxAckPrevExtraDataWrapper.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/TxAckPrevInput.py b/core/src/trezor/messages/TxAckPrevInput.py index 9106b0d739..e24ebbe9de 100644 --- a/core/src/trezor/messages/TxAckPrevInput.py +++ b/core/src/trezor/messages/TxAckPrevInput.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .TxAckPrevInputWrapper import TxAckPrevInputWrapper diff --git a/core/src/trezor/messages/TxAckPrevInputWrapper.py b/core/src/trezor/messages/TxAckPrevInputWrapper.py index e6f6f40569..6f316fbcfc 100644 --- a/core/src/trezor/messages/TxAckPrevInputWrapper.py +++ b/core/src/trezor/messages/TxAckPrevInputWrapper.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .PrevInput import PrevInput diff --git a/core/src/trezor/messages/TxAckPrevMeta.py b/core/src/trezor/messages/TxAckPrevMeta.py index 175cb18067..48f64c63ac 100644 --- a/core/src/trezor/messages/TxAckPrevMeta.py +++ b/core/src/trezor/messages/TxAckPrevMeta.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .PrevTx import PrevTx diff --git a/core/src/trezor/messages/TxAckPrevOutput.py b/core/src/trezor/messages/TxAckPrevOutput.py index 4c24c8e6a9..3a478016e6 100644 --- a/core/src/trezor/messages/TxAckPrevOutput.py +++ b/core/src/trezor/messages/TxAckPrevOutput.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .TxAckPrevOutputWrapper import TxAckPrevOutputWrapper diff --git a/core/src/trezor/messages/TxAckPrevOutputWrapper.py b/core/src/trezor/messages/TxAckPrevOutputWrapper.py index 22faf67e0d..1846c51637 100644 --- a/core/src/trezor/messages/TxAckPrevOutputWrapper.py +++ b/core/src/trezor/messages/TxAckPrevOutputWrapper.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .PrevOutput import PrevOutput diff --git a/core/src/trezor/messages/TxInput.py b/core/src/trezor/messages/TxInput.py index b8a2646330..671b81fa30 100644 --- a/core/src/trezor/messages/TxInput.py +++ b/core/src/trezor/messages/TxInput.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .MultisigRedeemScriptType import MultisigRedeemScriptType diff --git a/core/src/trezor/messages/TxInputType.py b/core/src/trezor/messages/TxInputType.py index 277e32bd55..b68014d483 100644 --- a/core/src/trezor/messages/TxInputType.py +++ b/core/src/trezor/messages/TxInputType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .MultisigRedeemScriptType import MultisigRedeemScriptType diff --git a/core/src/trezor/messages/TxOutput.py b/core/src/trezor/messages/TxOutput.py index d9af0f1dda..f177028fe1 100644 --- a/core/src/trezor/messages/TxOutput.py +++ b/core/src/trezor/messages/TxOutput.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .MultisigRedeemScriptType import MultisigRedeemScriptType diff --git a/core/src/trezor/messages/TxOutputBinType.py b/core/src/trezor/messages/TxOutputBinType.py index 4cdafaafad..e37ee9f413 100644 --- a/core/src/trezor/messages/TxOutputBinType.py +++ b/core/src/trezor/messages/TxOutputBinType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/TxOutputType.py b/core/src/trezor/messages/TxOutputType.py index 259d8c6600..d6c2a91660 100644 --- a/core/src/trezor/messages/TxOutputType.py +++ b/core/src/trezor/messages/TxOutputType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .MultisigRedeemScriptType import MultisigRedeemScriptType diff --git a/core/src/trezor/messages/TxRequest.py b/core/src/trezor/messages/TxRequest.py index c8078546b8..029c36cc06 100644 --- a/core/src/trezor/messages/TxRequest.py +++ b/core/src/trezor/messages/TxRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .TxRequestDetailsType import TxRequestDetailsType diff --git a/core/src/trezor/messages/TxRequestDetailsType.py b/core/src/trezor/messages/TxRequestDetailsType.py index 403e9814cb..61327ca59f 100644 --- a/core/src/trezor/messages/TxRequestDetailsType.py +++ b/core/src/trezor/messages/TxRequestDetailsType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/TxRequestSerializedType.py b/core/src/trezor/messages/TxRequestSerializedType.py index 730fc34862..658edf9acb 100644 --- a/core/src/trezor/messages/TxRequestSerializedType.py +++ b/core/src/trezor/messages/TxRequestSerializedType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/VerifyMessage.py b/core/src/trezor/messages/VerifyMessage.py index a98288c283..a9ef7c2817 100644 --- a/core/src/trezor/messages/VerifyMessage.py +++ b/core/src/trezor/messages/VerifyMessage.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/WebAuthnAddResidentCredential.py b/core/src/trezor/messages/WebAuthnAddResidentCredential.py index a8b2ec2eef..1390174573 100644 --- a/core/src/trezor/messages/WebAuthnAddResidentCredential.py +++ b/core/src/trezor/messages/WebAuthnAddResidentCredential.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/WebAuthnCredential.py b/core/src/trezor/messages/WebAuthnCredential.py index aff9ad8d1c..5ca90bb988 100644 --- a/core/src/trezor/messages/WebAuthnCredential.py +++ b/core/src/trezor/messages/WebAuthnCredential.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/WebAuthnCredentials.py b/core/src/trezor/messages/WebAuthnCredentials.py index 29ed07a597..273d02ab9e 100644 --- a/core/src/trezor/messages/WebAuthnCredentials.py +++ b/core/src/trezor/messages/WebAuthnCredentials.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p from .WebAuthnCredential import WebAuthnCredential diff --git a/core/src/trezor/messages/WebAuthnListResidentCredentials.py b/core/src/trezor/messages/WebAuthnListResidentCredentials.py index be307e9618..768c39ba20 100644 --- a/core/src/trezor/messages/WebAuthnListResidentCredentials.py +++ b/core/src/trezor/messages/WebAuthnListResidentCredentials.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/WebAuthnRemoveResidentCredential.py b/core/src/trezor/messages/WebAuthnRemoveResidentCredential.py index 43df048cff..ac823eec88 100644 --- a/core/src/trezor/messages/WebAuthnRemoveResidentCredential.py +++ b/core/src/trezor/messages/WebAuthnRemoveResidentCredential.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/core/src/trezor/messages/WipeDevice.py b/core/src/trezor/messages/WipeDevice.py index 4683f210f3..f5c52ed168 100644 --- a/core/src/trezor/messages/WipeDevice.py +++ b/core/src/trezor/messages/WipeDevice.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/Address.py b/python/src/trezorlib/messages/Address.py index f8c98468f6..ca36d98f32 100644 --- a/python/src/trezorlib/messages/Address.py +++ b/python/src/trezorlib/messages/Address.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/AmountUnit.py b/python/src/trezorlib/messages/AmountUnit.py index e602f2dfec..bd1079273d 100644 --- a/python/src/trezorlib/messages/AmountUnit.py +++ b/python/src/trezorlib/messages/AmountUnit.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/ApplyFlags.py b/python/src/trezorlib/messages/ApplyFlags.py index ce6b401b50..f20f62eb4d 100644 --- a/python/src/trezorlib/messages/ApplyFlags.py +++ b/python/src/trezorlib/messages/ApplyFlags.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/ApplySettings.py b/python/src/trezorlib/messages/ApplySettings.py index cd02b9a64e..8b31095995 100644 --- a/python/src/trezorlib/messages/ApplySettings.py +++ b/python/src/trezorlib/messages/ApplySettings.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/AuthorizeCoinJoin.py b/python/src/trezorlib/messages/AuthorizeCoinJoin.py index da621f8ffe..e8283cdc4a 100644 --- a/python/src/trezorlib/messages/AuthorizeCoinJoin.py +++ b/python/src/trezorlib/messages/AuthorizeCoinJoin.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/BackupDevice.py b/python/src/trezorlib/messages/BackupDevice.py index 20a47f9345..889a3a4af1 100644 --- a/python/src/trezorlib/messages/BackupDevice.py +++ b/python/src/trezorlib/messages/BackupDevice.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/BackupType.py b/python/src/trezorlib/messages/BackupType.py index d8ed8002f3..870723b6e8 100644 --- a/python/src/trezorlib/messages/BackupType.py +++ b/python/src/trezorlib/messages/BackupType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/BinanceAddress.py b/python/src/trezorlib/messages/BinanceAddress.py index 1853e68da5..2d18ae36e4 100644 --- a/python/src/trezorlib/messages/BinanceAddress.py +++ b/python/src/trezorlib/messages/BinanceAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/BinanceCancelMsg.py b/python/src/trezorlib/messages/BinanceCancelMsg.py index 4e4b127c69..c87380aaf1 100644 --- a/python/src/trezorlib/messages/BinanceCancelMsg.py +++ b/python/src/trezorlib/messages/BinanceCancelMsg.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/BinanceCoin.py b/python/src/trezorlib/messages/BinanceCoin.py index 3f65d06cb4..ee965d24f5 100644 --- a/python/src/trezorlib/messages/BinanceCoin.py +++ b/python/src/trezorlib/messages/BinanceCoin.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/BinanceGetAddress.py b/python/src/trezorlib/messages/BinanceGetAddress.py index 699c5b5890..58179445ab 100644 --- a/python/src/trezorlib/messages/BinanceGetAddress.py +++ b/python/src/trezorlib/messages/BinanceGetAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/BinanceGetPublicKey.py b/python/src/trezorlib/messages/BinanceGetPublicKey.py index 9a569a8d0a..918bc06bf1 100644 --- a/python/src/trezorlib/messages/BinanceGetPublicKey.py +++ b/python/src/trezorlib/messages/BinanceGetPublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/BinanceInputOutput.py b/python/src/trezorlib/messages/BinanceInputOutput.py index 7b383efad7..9656c9c848 100644 --- a/python/src/trezorlib/messages/BinanceInputOutput.py +++ b/python/src/trezorlib/messages/BinanceInputOutput.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .BinanceCoin import BinanceCoin diff --git a/python/src/trezorlib/messages/BinanceOrderMsg.py b/python/src/trezorlib/messages/BinanceOrderMsg.py index 7a164b7aed..a182eee6b7 100644 --- a/python/src/trezorlib/messages/BinanceOrderMsg.py +++ b/python/src/trezorlib/messages/BinanceOrderMsg.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/BinanceOrderSide.py b/python/src/trezorlib/messages/BinanceOrderSide.py index 91be3ccdca..6a4302cc2e 100644 --- a/python/src/trezorlib/messages/BinanceOrderSide.py +++ b/python/src/trezorlib/messages/BinanceOrderSide.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/BinanceOrderType.py b/python/src/trezorlib/messages/BinanceOrderType.py index 81846bb56c..5f9633fe91 100644 --- a/python/src/trezorlib/messages/BinanceOrderType.py +++ b/python/src/trezorlib/messages/BinanceOrderType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/BinancePublicKey.py b/python/src/trezorlib/messages/BinancePublicKey.py index bd031b83fe..2bb4867c0f 100644 --- a/python/src/trezorlib/messages/BinancePublicKey.py +++ b/python/src/trezorlib/messages/BinancePublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/BinanceSignTx.py b/python/src/trezorlib/messages/BinanceSignTx.py index 85c6569add..d71a2c9f20 100644 --- a/python/src/trezorlib/messages/BinanceSignTx.py +++ b/python/src/trezorlib/messages/BinanceSignTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/BinanceSignedTx.py b/python/src/trezorlib/messages/BinanceSignedTx.py index 01c92c72c7..19bc41daff 100644 --- a/python/src/trezorlib/messages/BinanceSignedTx.py +++ b/python/src/trezorlib/messages/BinanceSignedTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/BinanceTimeInForce.py b/python/src/trezorlib/messages/BinanceTimeInForce.py index 340135fb25..339143f9c7 100644 --- a/python/src/trezorlib/messages/BinanceTimeInForce.py +++ b/python/src/trezorlib/messages/BinanceTimeInForce.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/BinanceTransferMsg.py b/python/src/trezorlib/messages/BinanceTransferMsg.py index aa64adbabd..ec02c93d6f 100644 --- a/python/src/trezorlib/messages/BinanceTransferMsg.py +++ b/python/src/trezorlib/messages/BinanceTransferMsg.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .BinanceInputOutput import BinanceInputOutput diff --git a/python/src/trezorlib/messages/BinanceTxRequest.py b/python/src/trezorlib/messages/BinanceTxRequest.py index 012e0d9b84..8af6fc2fb6 100644 --- a/python/src/trezorlib/messages/BinanceTxRequest.py +++ b/python/src/trezorlib/messages/BinanceTxRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/ButtonAck.py b/python/src/trezorlib/messages/ButtonAck.py index 8869852246..62dcc92711 100644 --- a/python/src/trezorlib/messages/ButtonAck.py +++ b/python/src/trezorlib/messages/ButtonAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/ButtonRequest.py b/python/src/trezorlib/messages/ButtonRequest.py index 2247e65111..054dd5255d 100644 --- a/python/src/trezorlib/messages/ButtonRequest.py +++ b/python/src/trezorlib/messages/ButtonRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/ButtonRequestType.py b/python/src/trezorlib/messages/ButtonRequestType.py index 535ec54fbf..fff3b8e79d 100644 --- a/python/src/trezorlib/messages/ButtonRequestType.py +++ b/python/src/trezorlib/messages/ButtonRequestType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/Cancel.py b/python/src/trezorlib/messages/Cancel.py index 2227769a16..c57e030097 100644 --- a/python/src/trezorlib/messages/Cancel.py +++ b/python/src/trezorlib/messages/Cancel.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/CancelAuthorization.py b/python/src/trezorlib/messages/CancelAuthorization.py index ad60fa2548..1d31ac985c 100644 --- a/python/src/trezorlib/messages/CancelAuthorization.py +++ b/python/src/trezorlib/messages/CancelAuthorization.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/Capability.py b/python/src/trezorlib/messages/Capability.py index 8f83aafba7..fb8ae9cd1d 100644 --- a/python/src/trezorlib/messages/Capability.py +++ b/python/src/trezorlib/messages/Capability.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/CardanoAddress.py b/python/src/trezorlib/messages/CardanoAddress.py index 392a6fc87b..875ce78c38 100644 --- a/python/src/trezorlib/messages/CardanoAddress.py +++ b/python/src/trezorlib/messages/CardanoAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/CardanoAddressParametersType.py b/python/src/trezorlib/messages/CardanoAddressParametersType.py index 977aaa3875..0238f5a29e 100644 --- a/python/src/trezorlib/messages/CardanoAddressParametersType.py +++ b/python/src/trezorlib/messages/CardanoAddressParametersType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .CardanoBlockchainPointerType import CardanoBlockchainPointerType diff --git a/python/src/trezorlib/messages/CardanoAddressType.py b/python/src/trezorlib/messages/CardanoAddressType.py index ec7bb4397b..a4f0a69975 100644 --- a/python/src/trezorlib/messages/CardanoAddressType.py +++ b/python/src/trezorlib/messages/CardanoAddressType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/CardanoAssetGroupType.py b/python/src/trezorlib/messages/CardanoAssetGroupType.py index 5038a81410..f1a773d7fc 100644 --- a/python/src/trezorlib/messages/CardanoAssetGroupType.py +++ b/python/src/trezorlib/messages/CardanoAssetGroupType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .CardanoTokenType import CardanoTokenType diff --git a/python/src/trezorlib/messages/CardanoBlockchainPointerType.py b/python/src/trezorlib/messages/CardanoBlockchainPointerType.py index 5abef09e78..51fdde6deb 100644 --- a/python/src/trezorlib/messages/CardanoBlockchainPointerType.py +++ b/python/src/trezorlib/messages/CardanoBlockchainPointerType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/CardanoCatalystRegistrationParametersType.py b/python/src/trezorlib/messages/CardanoCatalystRegistrationParametersType.py index 6af79bfbb5..57d1128982 100644 --- a/python/src/trezorlib/messages/CardanoCatalystRegistrationParametersType.py +++ b/python/src/trezorlib/messages/CardanoCatalystRegistrationParametersType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .CardanoAddressParametersType import CardanoAddressParametersType diff --git a/python/src/trezorlib/messages/CardanoCertificateType.py b/python/src/trezorlib/messages/CardanoCertificateType.py index 4f7e4a82dc..4004c570a8 100644 --- a/python/src/trezorlib/messages/CardanoCertificateType.py +++ b/python/src/trezorlib/messages/CardanoCertificateType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/CardanoGetAddress.py b/python/src/trezorlib/messages/CardanoGetAddress.py index f604624a97..14560816dd 100644 --- a/python/src/trezorlib/messages/CardanoGetAddress.py +++ b/python/src/trezorlib/messages/CardanoGetAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .CardanoAddressParametersType import CardanoAddressParametersType diff --git a/python/src/trezorlib/messages/CardanoGetPublicKey.py b/python/src/trezorlib/messages/CardanoGetPublicKey.py index 30ba6311ff..cea83253de 100644 --- a/python/src/trezorlib/messages/CardanoGetPublicKey.py +++ b/python/src/trezorlib/messages/CardanoGetPublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/CardanoPoolMetadataType.py b/python/src/trezorlib/messages/CardanoPoolMetadataType.py index 45032c27ca..36f08a948c 100644 --- a/python/src/trezorlib/messages/CardanoPoolMetadataType.py +++ b/python/src/trezorlib/messages/CardanoPoolMetadataType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/CardanoPoolOwnerType.py b/python/src/trezorlib/messages/CardanoPoolOwnerType.py index 3b8f075cd2..097ca04bca 100644 --- a/python/src/trezorlib/messages/CardanoPoolOwnerType.py +++ b/python/src/trezorlib/messages/CardanoPoolOwnerType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/CardanoPoolParametersType.py b/python/src/trezorlib/messages/CardanoPoolParametersType.py index 593fb0ee88..8aa89eb1e5 100644 --- a/python/src/trezorlib/messages/CardanoPoolParametersType.py +++ b/python/src/trezorlib/messages/CardanoPoolParametersType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .CardanoPoolMetadataType import CardanoPoolMetadataType diff --git a/python/src/trezorlib/messages/CardanoPoolRelayParametersType.py b/python/src/trezorlib/messages/CardanoPoolRelayParametersType.py index af131da044..e093a851c7 100644 --- a/python/src/trezorlib/messages/CardanoPoolRelayParametersType.py +++ b/python/src/trezorlib/messages/CardanoPoolRelayParametersType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/CardanoPoolRelayType.py b/python/src/trezorlib/messages/CardanoPoolRelayType.py index 680b29d43c..fcc291117a 100644 --- a/python/src/trezorlib/messages/CardanoPoolRelayType.py +++ b/python/src/trezorlib/messages/CardanoPoolRelayType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/CardanoPublicKey.py b/python/src/trezorlib/messages/CardanoPublicKey.py index 112e4cbcb2..630bb60b6b 100644 --- a/python/src/trezorlib/messages/CardanoPublicKey.py +++ b/python/src/trezorlib/messages/CardanoPublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .HDNodeType import HDNodeType diff --git a/python/src/trezorlib/messages/CardanoSignTx.py b/python/src/trezorlib/messages/CardanoSignTx.py index d50e0010fb..d122f6385f 100644 --- a/python/src/trezorlib/messages/CardanoSignTx.py +++ b/python/src/trezorlib/messages/CardanoSignTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .CardanoTxAuxiliaryDataType import CardanoTxAuxiliaryDataType diff --git a/python/src/trezorlib/messages/CardanoSignedTx.py b/python/src/trezorlib/messages/CardanoSignedTx.py index e07ff5c23b..d55fd7c1d7 100644 --- a/python/src/trezorlib/messages/CardanoSignedTx.py +++ b/python/src/trezorlib/messages/CardanoSignedTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/CardanoSignedTxChunk.py b/python/src/trezorlib/messages/CardanoSignedTxChunk.py index 2560042f23..af3bc60835 100644 --- a/python/src/trezorlib/messages/CardanoSignedTxChunk.py +++ b/python/src/trezorlib/messages/CardanoSignedTxChunk.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/CardanoSignedTxChunkAck.py b/python/src/trezorlib/messages/CardanoSignedTxChunkAck.py index 1ec48c4922..27c6650cfc 100644 --- a/python/src/trezorlib/messages/CardanoSignedTxChunkAck.py +++ b/python/src/trezorlib/messages/CardanoSignedTxChunkAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/CardanoTokenType.py b/python/src/trezorlib/messages/CardanoTokenType.py index 560eebea1e..e86680494d 100644 --- a/python/src/trezorlib/messages/CardanoTokenType.py +++ b/python/src/trezorlib/messages/CardanoTokenType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/CardanoTxAuxiliaryDataType.py b/python/src/trezorlib/messages/CardanoTxAuxiliaryDataType.py index ccc4c92805..b917d525fd 100644 --- a/python/src/trezorlib/messages/CardanoTxAuxiliaryDataType.py +++ b/python/src/trezorlib/messages/CardanoTxAuxiliaryDataType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .CardanoCatalystRegistrationParametersType import CardanoCatalystRegistrationParametersType diff --git a/python/src/trezorlib/messages/CardanoTxCertificateType.py b/python/src/trezorlib/messages/CardanoTxCertificateType.py index be4b6baf4d..932089a8e3 100644 --- a/python/src/trezorlib/messages/CardanoTxCertificateType.py +++ b/python/src/trezorlib/messages/CardanoTxCertificateType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .CardanoPoolParametersType import CardanoPoolParametersType diff --git a/python/src/trezorlib/messages/CardanoTxInputType.py b/python/src/trezorlib/messages/CardanoTxInputType.py index 8bee9f06e9..c3f7ece5ca 100644 --- a/python/src/trezorlib/messages/CardanoTxInputType.py +++ b/python/src/trezorlib/messages/CardanoTxInputType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/CardanoTxOutputType.py b/python/src/trezorlib/messages/CardanoTxOutputType.py index 091d3c5dfd..c99aebf1d1 100644 --- a/python/src/trezorlib/messages/CardanoTxOutputType.py +++ b/python/src/trezorlib/messages/CardanoTxOutputType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .CardanoAddressParametersType import CardanoAddressParametersType diff --git a/python/src/trezorlib/messages/CardanoTxWithdrawalType.py b/python/src/trezorlib/messages/CardanoTxWithdrawalType.py index b695f16a5e..60d59cade9 100644 --- a/python/src/trezorlib/messages/CardanoTxWithdrawalType.py +++ b/python/src/trezorlib/messages/CardanoTxWithdrawalType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/ChangePin.py b/python/src/trezorlib/messages/ChangePin.py index 8db9d7172e..affe3dad66 100644 --- a/python/src/trezorlib/messages/ChangePin.py +++ b/python/src/trezorlib/messages/ChangePin.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/ChangeWipeCode.py b/python/src/trezorlib/messages/ChangeWipeCode.py index 3c59687181..439e611c1a 100644 --- a/python/src/trezorlib/messages/ChangeWipeCode.py +++ b/python/src/trezorlib/messages/ChangeWipeCode.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/CipherKeyValue.py b/python/src/trezorlib/messages/CipherKeyValue.py index fbdb3aeb72..2a2dea5057 100644 --- a/python/src/trezorlib/messages/CipherKeyValue.py +++ b/python/src/trezorlib/messages/CipherKeyValue.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/CipheredKeyValue.py b/python/src/trezorlib/messages/CipheredKeyValue.py index 34d3eccd54..bf4232489f 100644 --- a/python/src/trezorlib/messages/CipheredKeyValue.py +++ b/python/src/trezorlib/messages/CipheredKeyValue.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/CosiCommit.py b/python/src/trezorlib/messages/CosiCommit.py index e4a8781123..be7f4a54ee 100644 --- a/python/src/trezorlib/messages/CosiCommit.py +++ b/python/src/trezorlib/messages/CosiCommit.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/CosiCommitment.py b/python/src/trezorlib/messages/CosiCommitment.py index 44663f0054..6bac897b61 100644 --- a/python/src/trezorlib/messages/CosiCommitment.py +++ b/python/src/trezorlib/messages/CosiCommitment.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/CosiSign.py b/python/src/trezorlib/messages/CosiSign.py index bb59986c92..4adc65ab31 100644 --- a/python/src/trezorlib/messages/CosiSign.py +++ b/python/src/trezorlib/messages/CosiSign.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/CosiSignature.py b/python/src/trezorlib/messages/CosiSignature.py index bb6db6ed3c..cd02ca444d 100644 --- a/python/src/trezorlib/messages/CosiSignature.py +++ b/python/src/trezorlib/messages/CosiSignature.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/DebugLinkDecision.py b/python/src/trezorlib/messages/DebugLinkDecision.py index 4b723cdc17..faa128aea4 100644 --- a/python/src/trezorlib/messages/DebugLinkDecision.py +++ b/python/src/trezorlib/messages/DebugLinkDecision.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/DebugLinkEraseSdCard.py b/python/src/trezorlib/messages/DebugLinkEraseSdCard.py index 8aec29c50d..65c7a3f53e 100644 --- a/python/src/trezorlib/messages/DebugLinkEraseSdCard.py +++ b/python/src/trezorlib/messages/DebugLinkEraseSdCard.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/DebugLinkFlashErase.py b/python/src/trezorlib/messages/DebugLinkFlashErase.py index 3990118d43..d748ebf668 100644 --- a/python/src/trezorlib/messages/DebugLinkFlashErase.py +++ b/python/src/trezorlib/messages/DebugLinkFlashErase.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/DebugLinkGetState.py b/python/src/trezorlib/messages/DebugLinkGetState.py index 3696884032..e54a6325a9 100644 --- a/python/src/trezorlib/messages/DebugLinkGetState.py +++ b/python/src/trezorlib/messages/DebugLinkGetState.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/DebugLinkLayout.py b/python/src/trezorlib/messages/DebugLinkLayout.py index 124c6326b5..3905e3a1a5 100644 --- a/python/src/trezorlib/messages/DebugLinkLayout.py +++ b/python/src/trezorlib/messages/DebugLinkLayout.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/DebugLinkLog.py b/python/src/trezorlib/messages/DebugLinkLog.py index 4c0dcc19cb..2e6537eb13 100644 --- a/python/src/trezorlib/messages/DebugLinkLog.py +++ b/python/src/trezorlib/messages/DebugLinkLog.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/DebugLinkMemory.py b/python/src/trezorlib/messages/DebugLinkMemory.py index b75c77607a..20072112c9 100644 --- a/python/src/trezorlib/messages/DebugLinkMemory.py +++ b/python/src/trezorlib/messages/DebugLinkMemory.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/DebugLinkMemoryRead.py b/python/src/trezorlib/messages/DebugLinkMemoryRead.py index 9f7fa67021..3119e482b4 100644 --- a/python/src/trezorlib/messages/DebugLinkMemoryRead.py +++ b/python/src/trezorlib/messages/DebugLinkMemoryRead.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/DebugLinkMemoryWrite.py b/python/src/trezorlib/messages/DebugLinkMemoryWrite.py index f4b5f5418c..829d0f2514 100644 --- a/python/src/trezorlib/messages/DebugLinkMemoryWrite.py +++ b/python/src/trezorlib/messages/DebugLinkMemoryWrite.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/DebugLinkRecordScreen.py b/python/src/trezorlib/messages/DebugLinkRecordScreen.py index 80b7401abe..7b963bbc2f 100644 --- a/python/src/trezorlib/messages/DebugLinkRecordScreen.py +++ b/python/src/trezorlib/messages/DebugLinkRecordScreen.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/DebugLinkReseedRandom.py b/python/src/trezorlib/messages/DebugLinkReseedRandom.py index 8d3483dc11..1e09d360da 100644 --- a/python/src/trezorlib/messages/DebugLinkReseedRandom.py +++ b/python/src/trezorlib/messages/DebugLinkReseedRandom.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/DebugLinkState.py b/python/src/trezorlib/messages/DebugLinkState.py index 1cc8eab090..6a9be89add 100644 --- a/python/src/trezorlib/messages/DebugLinkState.py +++ b/python/src/trezorlib/messages/DebugLinkState.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .HDNodeType import HDNodeType diff --git a/python/src/trezorlib/messages/DebugLinkStop.py b/python/src/trezorlib/messages/DebugLinkStop.py index f1995fa4b3..be1e589c17 100644 --- a/python/src/trezorlib/messages/DebugLinkStop.py +++ b/python/src/trezorlib/messages/DebugLinkStop.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/DebugLinkWatchLayout.py b/python/src/trezorlib/messages/DebugLinkWatchLayout.py index d5466d3fb7..af6ee5f9f5 100644 --- a/python/src/trezorlib/messages/DebugLinkWatchLayout.py +++ b/python/src/trezorlib/messages/DebugLinkWatchLayout.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/DebugMoneroDiagAck.py b/python/src/trezorlib/messages/DebugMoneroDiagAck.py index 3b42b3aab9..6cab7258b2 100644 --- a/python/src/trezorlib/messages/DebugMoneroDiagAck.py +++ b/python/src/trezorlib/messages/DebugMoneroDiagAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/DebugMoneroDiagRequest.py b/python/src/trezorlib/messages/DebugMoneroDiagRequest.py index ed2227306c..3f33214365 100644 --- a/python/src/trezorlib/messages/DebugMoneroDiagRequest.py +++ b/python/src/trezorlib/messages/DebugMoneroDiagRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/DebugSwipeDirection.py b/python/src/trezorlib/messages/DebugSwipeDirection.py index 9e6cbf2921..9543f3218b 100644 --- a/python/src/trezorlib/messages/DebugSwipeDirection.py +++ b/python/src/trezorlib/messages/DebugSwipeDirection.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/DecredStakingSpendType.py b/python/src/trezorlib/messages/DecredStakingSpendType.py index fa1d65be5c..56ec22ec2b 100644 --- a/python/src/trezorlib/messages/DecredStakingSpendType.py +++ b/python/src/trezorlib/messages/DecredStakingSpendType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/Deprecated_PassphraseStateAck.py b/python/src/trezorlib/messages/Deprecated_PassphraseStateAck.py index 85d93a5357..5918990284 100644 --- a/python/src/trezorlib/messages/Deprecated_PassphraseStateAck.py +++ b/python/src/trezorlib/messages/Deprecated_PassphraseStateAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/Deprecated_PassphraseStateRequest.py b/python/src/trezorlib/messages/Deprecated_PassphraseStateRequest.py index 114c4f1ab1..e35bedba3e 100644 --- a/python/src/trezorlib/messages/Deprecated_PassphraseStateRequest.py +++ b/python/src/trezorlib/messages/Deprecated_PassphraseStateRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/DoPreauthorized.py b/python/src/trezorlib/messages/DoPreauthorized.py index b9872d1f63..0df454ff61 100644 --- a/python/src/trezorlib/messages/DoPreauthorized.py +++ b/python/src/trezorlib/messages/DoPreauthorized.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/ECDHSessionKey.py b/python/src/trezorlib/messages/ECDHSessionKey.py index bbf807e3b6..abb902fa22 100644 --- a/python/src/trezorlib/messages/ECDHSessionKey.py +++ b/python/src/trezorlib/messages/ECDHSessionKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EndSession.py b/python/src/trezorlib/messages/EndSession.py index 07c1b4e912..a49086914d 100644 --- a/python/src/trezorlib/messages/EndSession.py +++ b/python/src/trezorlib/messages/EndSession.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/Entropy.py b/python/src/trezorlib/messages/Entropy.py index 837177694e..9f021bc307 100644 --- a/python/src/trezorlib/messages/Entropy.py +++ b/python/src/trezorlib/messages/Entropy.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EntropyAck.py b/python/src/trezorlib/messages/EntropyAck.py index 0cc0cc0f39..2ad3c51b9d 100644 --- a/python/src/trezorlib/messages/EntropyAck.py +++ b/python/src/trezorlib/messages/EntropyAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EntropyRequest.py b/python/src/trezorlib/messages/EntropyRequest.py index 1b6905e867..2c45907267 100644 --- a/python/src/trezorlib/messages/EntropyRequest.py +++ b/python/src/trezorlib/messages/EntropyRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EosActionBuyRam.py b/python/src/trezorlib/messages/EosActionBuyRam.py index d41a2eb197..4cffa75224 100644 --- a/python/src/trezorlib/messages/EosActionBuyRam.py +++ b/python/src/trezorlib/messages/EosActionBuyRam.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .EosAsset import EosAsset diff --git a/python/src/trezorlib/messages/EosActionBuyRamBytes.py b/python/src/trezorlib/messages/EosActionBuyRamBytes.py index 2b2dd3c4bb..30dcd828ec 100644 --- a/python/src/trezorlib/messages/EosActionBuyRamBytes.py +++ b/python/src/trezorlib/messages/EosActionBuyRamBytes.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EosActionCommon.py b/python/src/trezorlib/messages/EosActionCommon.py index 2f264f41dc..865ac5c98f 100644 --- a/python/src/trezorlib/messages/EosActionCommon.py +++ b/python/src/trezorlib/messages/EosActionCommon.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .EosPermissionLevel import EosPermissionLevel diff --git a/python/src/trezorlib/messages/EosActionDelegate.py b/python/src/trezorlib/messages/EosActionDelegate.py index 95b5e75ed3..2c97938878 100644 --- a/python/src/trezorlib/messages/EosActionDelegate.py +++ b/python/src/trezorlib/messages/EosActionDelegate.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .EosAsset import EosAsset diff --git a/python/src/trezorlib/messages/EosActionDeleteAuth.py b/python/src/trezorlib/messages/EosActionDeleteAuth.py index d17d37e3be..4c849ada75 100644 --- a/python/src/trezorlib/messages/EosActionDeleteAuth.py +++ b/python/src/trezorlib/messages/EosActionDeleteAuth.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EosActionLinkAuth.py b/python/src/trezorlib/messages/EosActionLinkAuth.py index 961dc928dd..df353e2409 100644 --- a/python/src/trezorlib/messages/EosActionLinkAuth.py +++ b/python/src/trezorlib/messages/EosActionLinkAuth.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EosActionNewAccount.py b/python/src/trezorlib/messages/EosActionNewAccount.py index 54f0587966..218a02c28b 100644 --- a/python/src/trezorlib/messages/EosActionNewAccount.py +++ b/python/src/trezorlib/messages/EosActionNewAccount.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .EosAuthorization import EosAuthorization diff --git a/python/src/trezorlib/messages/EosActionRefund.py b/python/src/trezorlib/messages/EosActionRefund.py index d519a5b8c6..e6e877dd03 100644 --- a/python/src/trezorlib/messages/EosActionRefund.py +++ b/python/src/trezorlib/messages/EosActionRefund.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EosActionSellRam.py b/python/src/trezorlib/messages/EosActionSellRam.py index 34610b2a15..ea8eb33a44 100644 --- a/python/src/trezorlib/messages/EosActionSellRam.py +++ b/python/src/trezorlib/messages/EosActionSellRam.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EosActionTransfer.py b/python/src/trezorlib/messages/EosActionTransfer.py index 3987f681b3..f8d5550079 100644 --- a/python/src/trezorlib/messages/EosActionTransfer.py +++ b/python/src/trezorlib/messages/EosActionTransfer.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .EosAsset import EosAsset diff --git a/python/src/trezorlib/messages/EosActionUndelegate.py b/python/src/trezorlib/messages/EosActionUndelegate.py index c6fd25d932..4dd51d212a 100644 --- a/python/src/trezorlib/messages/EosActionUndelegate.py +++ b/python/src/trezorlib/messages/EosActionUndelegate.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .EosAsset import EosAsset diff --git a/python/src/trezorlib/messages/EosActionUnknown.py b/python/src/trezorlib/messages/EosActionUnknown.py index 9d77d3177f..23ee32244f 100644 --- a/python/src/trezorlib/messages/EosActionUnknown.py +++ b/python/src/trezorlib/messages/EosActionUnknown.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EosActionUnlinkAuth.py b/python/src/trezorlib/messages/EosActionUnlinkAuth.py index 7c3a14c24b..1719ba32d6 100644 --- a/python/src/trezorlib/messages/EosActionUnlinkAuth.py +++ b/python/src/trezorlib/messages/EosActionUnlinkAuth.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EosActionUpdateAuth.py b/python/src/trezorlib/messages/EosActionUpdateAuth.py index 126f93d818..01482dbece 100644 --- a/python/src/trezorlib/messages/EosActionUpdateAuth.py +++ b/python/src/trezorlib/messages/EosActionUpdateAuth.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .EosAuthorization import EosAuthorization diff --git a/python/src/trezorlib/messages/EosActionVoteProducer.py b/python/src/trezorlib/messages/EosActionVoteProducer.py index 143d0ac55c..8d9fca4727 100644 --- a/python/src/trezorlib/messages/EosActionVoteProducer.py +++ b/python/src/trezorlib/messages/EosActionVoteProducer.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EosAsset.py b/python/src/trezorlib/messages/EosAsset.py index 44354f3327..c475bb3e4f 100644 --- a/python/src/trezorlib/messages/EosAsset.py +++ b/python/src/trezorlib/messages/EosAsset.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EosAuthorization.py b/python/src/trezorlib/messages/EosAuthorization.py index 74442d2543..1b73c036bf 100644 --- a/python/src/trezorlib/messages/EosAuthorization.py +++ b/python/src/trezorlib/messages/EosAuthorization.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .EosAuthorizationAccount import EosAuthorizationAccount diff --git a/python/src/trezorlib/messages/EosAuthorizationAccount.py b/python/src/trezorlib/messages/EosAuthorizationAccount.py index d79ab2ff3a..6f0abcd316 100644 --- a/python/src/trezorlib/messages/EosAuthorizationAccount.py +++ b/python/src/trezorlib/messages/EosAuthorizationAccount.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .EosPermissionLevel import EosPermissionLevel diff --git a/python/src/trezorlib/messages/EosAuthorizationKey.py b/python/src/trezorlib/messages/EosAuthorizationKey.py index 396d61fed6..6f3973e2ee 100644 --- a/python/src/trezorlib/messages/EosAuthorizationKey.py +++ b/python/src/trezorlib/messages/EosAuthorizationKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EosAuthorizationWait.py b/python/src/trezorlib/messages/EosAuthorizationWait.py index 8bcc292805..255a147d1a 100644 --- a/python/src/trezorlib/messages/EosAuthorizationWait.py +++ b/python/src/trezorlib/messages/EosAuthorizationWait.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EosGetPublicKey.py b/python/src/trezorlib/messages/EosGetPublicKey.py index cd3bdd1534..99a0b2c98d 100644 --- a/python/src/trezorlib/messages/EosGetPublicKey.py +++ b/python/src/trezorlib/messages/EosGetPublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EosPermissionLevel.py b/python/src/trezorlib/messages/EosPermissionLevel.py index 71717af813..51a0c2f662 100644 --- a/python/src/trezorlib/messages/EosPermissionLevel.py +++ b/python/src/trezorlib/messages/EosPermissionLevel.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EosPublicKey.py b/python/src/trezorlib/messages/EosPublicKey.py index bd93f22a7f..38d49fe131 100644 --- a/python/src/trezorlib/messages/EosPublicKey.py +++ b/python/src/trezorlib/messages/EosPublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EosSignTx.py b/python/src/trezorlib/messages/EosSignTx.py index 5b064ca70a..705774fbb0 100644 --- a/python/src/trezorlib/messages/EosSignTx.py +++ b/python/src/trezorlib/messages/EosSignTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .EosTxHeader import EosTxHeader diff --git a/python/src/trezorlib/messages/EosSignedTx.py b/python/src/trezorlib/messages/EosSignedTx.py index 3dc78c4d9a..2c84eba725 100644 --- a/python/src/trezorlib/messages/EosSignedTx.py +++ b/python/src/trezorlib/messages/EosSignedTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EosTxActionAck.py b/python/src/trezorlib/messages/EosTxActionAck.py index b023c70bd3..845967e316 100644 --- a/python/src/trezorlib/messages/EosTxActionAck.py +++ b/python/src/trezorlib/messages/EosTxActionAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .EosActionBuyRam import EosActionBuyRam diff --git a/python/src/trezorlib/messages/EosTxActionRequest.py b/python/src/trezorlib/messages/EosTxActionRequest.py index ad038d2b32..331cc88d9b 100644 --- a/python/src/trezorlib/messages/EosTxActionRequest.py +++ b/python/src/trezorlib/messages/EosTxActionRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EosTxHeader.py b/python/src/trezorlib/messages/EosTxHeader.py index 8378353e51..70a3cca711 100644 --- a/python/src/trezorlib/messages/EosTxHeader.py +++ b/python/src/trezorlib/messages/EosTxHeader.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EthereumAddress.py b/python/src/trezorlib/messages/EthereumAddress.py index 825c911937..22487bcd20 100644 --- a/python/src/trezorlib/messages/EthereumAddress.py +++ b/python/src/trezorlib/messages/EthereumAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EthereumGetAddress.py b/python/src/trezorlib/messages/EthereumGetAddress.py index e26f2b42a6..45ac7b6d47 100644 --- a/python/src/trezorlib/messages/EthereumGetAddress.py +++ b/python/src/trezorlib/messages/EthereumGetAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EthereumGetPublicKey.py b/python/src/trezorlib/messages/EthereumGetPublicKey.py index 3622987743..05d4b2fc19 100644 --- a/python/src/trezorlib/messages/EthereumGetPublicKey.py +++ b/python/src/trezorlib/messages/EthereumGetPublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EthereumMessageSignature.py b/python/src/trezorlib/messages/EthereumMessageSignature.py index 418f6daefe..a4f0db3ddd 100644 --- a/python/src/trezorlib/messages/EthereumMessageSignature.py +++ b/python/src/trezorlib/messages/EthereumMessageSignature.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EthereumPublicKey.py b/python/src/trezorlib/messages/EthereumPublicKey.py index 30ed25e376..ffc3120795 100644 --- a/python/src/trezorlib/messages/EthereumPublicKey.py +++ b/python/src/trezorlib/messages/EthereumPublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .HDNodeType import HDNodeType diff --git a/python/src/trezorlib/messages/EthereumSignMessage.py b/python/src/trezorlib/messages/EthereumSignMessage.py index 8ac1dd95ed..3087dfb8dc 100644 --- a/python/src/trezorlib/messages/EthereumSignMessage.py +++ b/python/src/trezorlib/messages/EthereumSignMessage.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EthereumSignTx.py b/python/src/trezorlib/messages/EthereumSignTx.py index 41f1397761..78824a8cae 100644 --- a/python/src/trezorlib/messages/EthereumSignTx.py +++ b/python/src/trezorlib/messages/EthereumSignTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EthereumTxAck.py b/python/src/trezorlib/messages/EthereumTxAck.py index 5424df411d..f98780beb9 100644 --- a/python/src/trezorlib/messages/EthereumTxAck.py +++ b/python/src/trezorlib/messages/EthereumTxAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EthereumTxRequest.py b/python/src/trezorlib/messages/EthereumTxRequest.py index 0f4922d095..eda85d7dcd 100644 --- a/python/src/trezorlib/messages/EthereumTxRequest.py +++ b/python/src/trezorlib/messages/EthereumTxRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/EthereumVerifyMessage.py b/python/src/trezorlib/messages/EthereumVerifyMessage.py index 3ac8fdbe91..edf8ec2a1f 100644 --- a/python/src/trezorlib/messages/EthereumVerifyMessage.py +++ b/python/src/trezorlib/messages/EthereumVerifyMessage.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/Failure.py b/python/src/trezorlib/messages/Failure.py index 3ebd7c0dec..e4dc6b4266 100644 --- a/python/src/trezorlib/messages/Failure.py +++ b/python/src/trezorlib/messages/Failure.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/FailureType.py b/python/src/trezorlib/messages/FailureType.py index 49dbf8b6f3..ed6bda3042 100644 --- a/python/src/trezorlib/messages/FailureType.py +++ b/python/src/trezorlib/messages/FailureType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/Features.py b/python/src/trezorlib/messages/Features.py index 9d706fffca..309699f95f 100644 --- a/python/src/trezorlib/messages/Features.py +++ b/python/src/trezorlib/messages/Features.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/FirmwareErase.py b/python/src/trezorlib/messages/FirmwareErase.py index 21a577833e..e258376eaf 100644 --- a/python/src/trezorlib/messages/FirmwareErase.py +++ b/python/src/trezorlib/messages/FirmwareErase.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/FirmwareRequest.py b/python/src/trezorlib/messages/FirmwareRequest.py index 65a52d5c96..6f1010b9d5 100644 --- a/python/src/trezorlib/messages/FirmwareRequest.py +++ b/python/src/trezorlib/messages/FirmwareRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/FirmwareUpload.py b/python/src/trezorlib/messages/FirmwareUpload.py index b8ea32bb7b..792fcd67e9 100644 --- a/python/src/trezorlib/messages/FirmwareUpload.py +++ b/python/src/trezorlib/messages/FirmwareUpload.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/GetAddress.py b/python/src/trezorlib/messages/GetAddress.py index 615346494b..b73f37a73d 100644 --- a/python/src/trezorlib/messages/GetAddress.py +++ b/python/src/trezorlib/messages/GetAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .MultisigRedeemScriptType import MultisigRedeemScriptType diff --git a/python/src/trezorlib/messages/GetECDHSessionKey.py b/python/src/trezorlib/messages/GetECDHSessionKey.py index 02cbe75959..8873a70535 100644 --- a/python/src/trezorlib/messages/GetECDHSessionKey.py +++ b/python/src/trezorlib/messages/GetECDHSessionKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .IdentityType import IdentityType diff --git a/python/src/trezorlib/messages/GetEntropy.py b/python/src/trezorlib/messages/GetEntropy.py index 2e89f6fe50..2466c71410 100644 --- a/python/src/trezorlib/messages/GetEntropy.py +++ b/python/src/trezorlib/messages/GetEntropy.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/GetFeatures.py b/python/src/trezorlib/messages/GetFeatures.py index d59dddb2ef..96f2e4f2dd 100644 --- a/python/src/trezorlib/messages/GetFeatures.py +++ b/python/src/trezorlib/messages/GetFeatures.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/GetNextU2FCounter.py b/python/src/trezorlib/messages/GetNextU2FCounter.py index 5d23264720..37a37dc908 100644 --- a/python/src/trezorlib/messages/GetNextU2FCounter.py +++ b/python/src/trezorlib/messages/GetNextU2FCounter.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/GetOwnershipId.py b/python/src/trezorlib/messages/GetOwnershipId.py index 5e0756675b..eed4cde1b1 100644 --- a/python/src/trezorlib/messages/GetOwnershipId.py +++ b/python/src/trezorlib/messages/GetOwnershipId.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .MultisigRedeemScriptType import MultisigRedeemScriptType diff --git a/python/src/trezorlib/messages/GetOwnershipProof.py b/python/src/trezorlib/messages/GetOwnershipProof.py index 1347ce9d03..3edce84d2d 100644 --- a/python/src/trezorlib/messages/GetOwnershipProof.py +++ b/python/src/trezorlib/messages/GetOwnershipProof.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .MultisigRedeemScriptType import MultisigRedeemScriptType diff --git a/python/src/trezorlib/messages/GetPublicKey.py b/python/src/trezorlib/messages/GetPublicKey.py index a4d70101e8..2fc5c2db91 100644 --- a/python/src/trezorlib/messages/GetPublicKey.py +++ b/python/src/trezorlib/messages/GetPublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/HDNodePathType.py b/python/src/trezorlib/messages/HDNodePathType.py index b4a71c6c52..7c4ef1a833 100644 --- a/python/src/trezorlib/messages/HDNodePathType.py +++ b/python/src/trezorlib/messages/HDNodePathType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .HDNodeType import HDNodeType diff --git a/python/src/trezorlib/messages/HDNodeType.py b/python/src/trezorlib/messages/HDNodeType.py index 2489adb6f4..91e311d933 100644 --- a/python/src/trezorlib/messages/HDNodeType.py +++ b/python/src/trezorlib/messages/HDNodeType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/IdentityType.py b/python/src/trezorlib/messages/IdentityType.py index 6e1e66ec37..a24e1202c3 100644 --- a/python/src/trezorlib/messages/IdentityType.py +++ b/python/src/trezorlib/messages/IdentityType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/Initialize.py b/python/src/trezorlib/messages/Initialize.py index d36116b6ab..a975e2c65b 100644 --- a/python/src/trezorlib/messages/Initialize.py +++ b/python/src/trezorlib/messages/Initialize.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/InputScriptType.py b/python/src/trezorlib/messages/InputScriptType.py index 26243b1ca7..68cdda255e 100644 --- a/python/src/trezorlib/messages/InputScriptType.py +++ b/python/src/trezorlib/messages/InputScriptType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/LiskAddress.py b/python/src/trezorlib/messages/LiskAddress.py index 0342287e78..09c0244018 100644 --- a/python/src/trezorlib/messages/LiskAddress.py +++ b/python/src/trezorlib/messages/LiskAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/LiskDelegateType.py b/python/src/trezorlib/messages/LiskDelegateType.py index 896c22edab..da0a4705a1 100644 --- a/python/src/trezorlib/messages/LiskDelegateType.py +++ b/python/src/trezorlib/messages/LiskDelegateType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/LiskGetAddress.py b/python/src/trezorlib/messages/LiskGetAddress.py index fc1ae877ef..ca95bb7989 100644 --- a/python/src/trezorlib/messages/LiskGetAddress.py +++ b/python/src/trezorlib/messages/LiskGetAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/LiskGetPublicKey.py b/python/src/trezorlib/messages/LiskGetPublicKey.py index 3fedca4946..01be6c7516 100644 --- a/python/src/trezorlib/messages/LiskGetPublicKey.py +++ b/python/src/trezorlib/messages/LiskGetPublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/LiskMessageSignature.py b/python/src/trezorlib/messages/LiskMessageSignature.py index 7eb828323f..cd908a153d 100644 --- a/python/src/trezorlib/messages/LiskMessageSignature.py +++ b/python/src/trezorlib/messages/LiskMessageSignature.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/LiskMultisignatureType.py b/python/src/trezorlib/messages/LiskMultisignatureType.py index 48061f58bf..dc92b96392 100644 --- a/python/src/trezorlib/messages/LiskMultisignatureType.py +++ b/python/src/trezorlib/messages/LiskMultisignatureType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/LiskPublicKey.py b/python/src/trezorlib/messages/LiskPublicKey.py index 2302ec9ef5..417f27e230 100644 --- a/python/src/trezorlib/messages/LiskPublicKey.py +++ b/python/src/trezorlib/messages/LiskPublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/LiskSignMessage.py b/python/src/trezorlib/messages/LiskSignMessage.py index 11ed32e403..a59019af86 100644 --- a/python/src/trezorlib/messages/LiskSignMessage.py +++ b/python/src/trezorlib/messages/LiskSignMessage.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/LiskSignTx.py b/python/src/trezorlib/messages/LiskSignTx.py index 2e874e172a..9db6cbe293 100644 --- a/python/src/trezorlib/messages/LiskSignTx.py +++ b/python/src/trezorlib/messages/LiskSignTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .LiskTransactionCommon import LiskTransactionCommon diff --git a/python/src/trezorlib/messages/LiskSignatureType.py b/python/src/trezorlib/messages/LiskSignatureType.py index 56eaff9150..36d8e616f4 100644 --- a/python/src/trezorlib/messages/LiskSignatureType.py +++ b/python/src/trezorlib/messages/LiskSignatureType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/LiskSignedTx.py b/python/src/trezorlib/messages/LiskSignedTx.py index 49e3f23ecb..ce80ad9066 100644 --- a/python/src/trezorlib/messages/LiskSignedTx.py +++ b/python/src/trezorlib/messages/LiskSignedTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/LiskTransactionAsset.py b/python/src/trezorlib/messages/LiskTransactionAsset.py index dc1e4c95a9..9c934630e7 100644 --- a/python/src/trezorlib/messages/LiskTransactionAsset.py +++ b/python/src/trezorlib/messages/LiskTransactionAsset.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .LiskDelegateType import LiskDelegateType diff --git a/python/src/trezorlib/messages/LiskTransactionCommon.py b/python/src/trezorlib/messages/LiskTransactionCommon.py index 71a2f2ea0c..85b234a684 100644 --- a/python/src/trezorlib/messages/LiskTransactionCommon.py +++ b/python/src/trezorlib/messages/LiskTransactionCommon.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .LiskTransactionAsset import LiskTransactionAsset diff --git a/python/src/trezorlib/messages/LiskTransactionType.py b/python/src/trezorlib/messages/LiskTransactionType.py index 4056d0af03..57613e11fa 100644 --- a/python/src/trezorlib/messages/LiskTransactionType.py +++ b/python/src/trezorlib/messages/LiskTransactionType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/LiskVerifyMessage.py b/python/src/trezorlib/messages/LiskVerifyMessage.py index 7605515168..df9da9a8df 100644 --- a/python/src/trezorlib/messages/LiskVerifyMessage.py +++ b/python/src/trezorlib/messages/LiskVerifyMessage.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/LoadDevice.py b/python/src/trezorlib/messages/LoadDevice.py index 58c5e9b161..27c673d903 100644 --- a/python/src/trezorlib/messages/LoadDevice.py +++ b/python/src/trezorlib/messages/LoadDevice.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/LockDevice.py b/python/src/trezorlib/messages/LockDevice.py index affebb9102..c19fe93a5c 100644 --- a/python/src/trezorlib/messages/LockDevice.py +++ b/python/src/trezorlib/messages/LockDevice.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MessageSignature.py b/python/src/trezorlib/messages/MessageSignature.py index e07bc2fc5c..2b69518e41 100644 --- a/python/src/trezorlib/messages/MessageSignature.py +++ b/python/src/trezorlib/messages/MessageSignature.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MessageType.py b/python/src/trezorlib/messages/MessageType.py index 689ca500b7..0f8194e05e 100644 --- a/python/src/trezorlib/messages/MessageType.py +++ b/python/src/trezorlib/messages/MessageType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/MoneroAccountPublicAddress.py b/python/src/trezorlib/messages/MoneroAccountPublicAddress.py index a041110ab5..a25c2724ed 100644 --- a/python/src/trezorlib/messages/MoneroAccountPublicAddress.py +++ b/python/src/trezorlib/messages/MoneroAccountPublicAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroAddress.py b/python/src/trezorlib/messages/MoneroAddress.py index 9a58022666..11cda12a0f 100644 --- a/python/src/trezorlib/messages/MoneroAddress.py +++ b/python/src/trezorlib/messages/MoneroAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroExportedKeyImage.py b/python/src/trezorlib/messages/MoneroExportedKeyImage.py index 9c916c474c..16926b948d 100644 --- a/python/src/trezorlib/messages/MoneroExportedKeyImage.py +++ b/python/src/trezorlib/messages/MoneroExportedKeyImage.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroGetAddress.py b/python/src/trezorlib/messages/MoneroGetAddress.py index 924fb1bfdf..1117f19836 100644 --- a/python/src/trezorlib/messages/MoneroGetAddress.py +++ b/python/src/trezorlib/messages/MoneroGetAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroGetTxKeyAck.py b/python/src/trezorlib/messages/MoneroGetTxKeyAck.py index 3adcaa0cdf..a49fde4ac8 100644 --- a/python/src/trezorlib/messages/MoneroGetTxKeyAck.py +++ b/python/src/trezorlib/messages/MoneroGetTxKeyAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroGetTxKeyRequest.py b/python/src/trezorlib/messages/MoneroGetTxKeyRequest.py index 961a205a9d..4008946fce 100644 --- a/python/src/trezorlib/messages/MoneroGetTxKeyRequest.py +++ b/python/src/trezorlib/messages/MoneroGetTxKeyRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroGetWatchKey.py b/python/src/trezorlib/messages/MoneroGetWatchKey.py index e217ba6ccb..f3a24d680a 100644 --- a/python/src/trezorlib/messages/MoneroGetWatchKey.py +++ b/python/src/trezorlib/messages/MoneroGetWatchKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroKeyImageExportInitAck.py b/python/src/trezorlib/messages/MoneroKeyImageExportInitAck.py index 7a61a22a2b..0ab2d11945 100644 --- a/python/src/trezorlib/messages/MoneroKeyImageExportInitAck.py +++ b/python/src/trezorlib/messages/MoneroKeyImageExportInitAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroKeyImageExportInitRequest.py b/python/src/trezorlib/messages/MoneroKeyImageExportInitRequest.py index 4231b31704..d52986223e 100644 --- a/python/src/trezorlib/messages/MoneroKeyImageExportInitRequest.py +++ b/python/src/trezorlib/messages/MoneroKeyImageExportInitRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .MoneroSubAddressIndicesList import MoneroSubAddressIndicesList diff --git a/python/src/trezorlib/messages/MoneroKeyImageSyncFinalAck.py b/python/src/trezorlib/messages/MoneroKeyImageSyncFinalAck.py index 16e602d922..7f8d1154b5 100644 --- a/python/src/trezorlib/messages/MoneroKeyImageSyncFinalAck.py +++ b/python/src/trezorlib/messages/MoneroKeyImageSyncFinalAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroKeyImageSyncFinalRequest.py b/python/src/trezorlib/messages/MoneroKeyImageSyncFinalRequest.py index 90443fa8cf..2fbb7304b2 100644 --- a/python/src/trezorlib/messages/MoneroKeyImageSyncFinalRequest.py +++ b/python/src/trezorlib/messages/MoneroKeyImageSyncFinalRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroKeyImageSyncStepAck.py b/python/src/trezorlib/messages/MoneroKeyImageSyncStepAck.py index 040c835ca1..7283c84bcc 100644 --- a/python/src/trezorlib/messages/MoneroKeyImageSyncStepAck.py +++ b/python/src/trezorlib/messages/MoneroKeyImageSyncStepAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .MoneroExportedKeyImage import MoneroExportedKeyImage diff --git a/python/src/trezorlib/messages/MoneroKeyImageSyncStepRequest.py b/python/src/trezorlib/messages/MoneroKeyImageSyncStepRequest.py index 31c277f581..11418af20a 100644 --- a/python/src/trezorlib/messages/MoneroKeyImageSyncStepRequest.py +++ b/python/src/trezorlib/messages/MoneroKeyImageSyncStepRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .MoneroTransferDetails import MoneroTransferDetails diff --git a/python/src/trezorlib/messages/MoneroLiveRefreshFinalAck.py b/python/src/trezorlib/messages/MoneroLiveRefreshFinalAck.py index 8c5fdce684..7ef225a762 100644 --- a/python/src/trezorlib/messages/MoneroLiveRefreshFinalAck.py +++ b/python/src/trezorlib/messages/MoneroLiveRefreshFinalAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroLiveRefreshFinalRequest.py b/python/src/trezorlib/messages/MoneroLiveRefreshFinalRequest.py index 6140b4913d..b3284489bb 100644 --- a/python/src/trezorlib/messages/MoneroLiveRefreshFinalRequest.py +++ b/python/src/trezorlib/messages/MoneroLiveRefreshFinalRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroLiveRefreshStartAck.py b/python/src/trezorlib/messages/MoneroLiveRefreshStartAck.py index 4e0d2f47d7..626b069ef4 100644 --- a/python/src/trezorlib/messages/MoneroLiveRefreshStartAck.py +++ b/python/src/trezorlib/messages/MoneroLiveRefreshStartAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroLiveRefreshStartRequest.py b/python/src/trezorlib/messages/MoneroLiveRefreshStartRequest.py index 63980a0f9c..ccb48c8ab9 100644 --- a/python/src/trezorlib/messages/MoneroLiveRefreshStartRequest.py +++ b/python/src/trezorlib/messages/MoneroLiveRefreshStartRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroLiveRefreshStepAck.py b/python/src/trezorlib/messages/MoneroLiveRefreshStepAck.py index c007d3bd11..c858cbfac7 100644 --- a/python/src/trezorlib/messages/MoneroLiveRefreshStepAck.py +++ b/python/src/trezorlib/messages/MoneroLiveRefreshStepAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroLiveRefreshStepRequest.py b/python/src/trezorlib/messages/MoneroLiveRefreshStepRequest.py index dc9e75a131..01b57cece7 100644 --- a/python/src/trezorlib/messages/MoneroLiveRefreshStepRequest.py +++ b/python/src/trezorlib/messages/MoneroLiveRefreshStepRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroMultisigKLRki.py b/python/src/trezorlib/messages/MoneroMultisigKLRki.py index 54a65bafd2..9677bdaf58 100644 --- a/python/src/trezorlib/messages/MoneroMultisigKLRki.py +++ b/python/src/trezorlib/messages/MoneroMultisigKLRki.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroOutputEntry.py b/python/src/trezorlib/messages/MoneroOutputEntry.py index fa13a4ce1c..48bfaa0547 100644 --- a/python/src/trezorlib/messages/MoneroOutputEntry.py +++ b/python/src/trezorlib/messages/MoneroOutputEntry.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .MoneroRctKeyPublic import MoneroRctKeyPublic diff --git a/python/src/trezorlib/messages/MoneroRctKeyPublic.py b/python/src/trezorlib/messages/MoneroRctKeyPublic.py index d5cbde8ff8..89429ae208 100644 --- a/python/src/trezorlib/messages/MoneroRctKeyPublic.py +++ b/python/src/trezorlib/messages/MoneroRctKeyPublic.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroRingCtSig.py b/python/src/trezorlib/messages/MoneroRingCtSig.py index 500f5c6618..8b60e2be75 100644 --- a/python/src/trezorlib/messages/MoneroRingCtSig.py +++ b/python/src/trezorlib/messages/MoneroRingCtSig.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroSubAddressIndicesList.py b/python/src/trezorlib/messages/MoneroSubAddressIndicesList.py index b33b9fe868..30a798923e 100644 --- a/python/src/trezorlib/messages/MoneroSubAddressIndicesList.py +++ b/python/src/trezorlib/messages/MoneroSubAddressIndicesList.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroTransactionAllInputsSetAck.py b/python/src/trezorlib/messages/MoneroTransactionAllInputsSetAck.py index 7c44f42571..54e486419e 100644 --- a/python/src/trezorlib/messages/MoneroTransactionAllInputsSetAck.py +++ b/python/src/trezorlib/messages/MoneroTransactionAllInputsSetAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .MoneroTransactionRsigData import MoneroTransactionRsigData diff --git a/python/src/trezorlib/messages/MoneroTransactionAllInputsSetRequest.py b/python/src/trezorlib/messages/MoneroTransactionAllInputsSetRequest.py index bab24f8dad..447172e02f 100644 --- a/python/src/trezorlib/messages/MoneroTransactionAllInputsSetRequest.py +++ b/python/src/trezorlib/messages/MoneroTransactionAllInputsSetRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroTransactionAllOutSetAck.py b/python/src/trezorlib/messages/MoneroTransactionAllOutSetAck.py index 59df9eb1c8..59f39ce7a7 100644 --- a/python/src/trezorlib/messages/MoneroTransactionAllOutSetAck.py +++ b/python/src/trezorlib/messages/MoneroTransactionAllOutSetAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .MoneroRingCtSig import MoneroRingCtSig diff --git a/python/src/trezorlib/messages/MoneroTransactionAllOutSetRequest.py b/python/src/trezorlib/messages/MoneroTransactionAllOutSetRequest.py index f03052042f..eff59f4985 100644 --- a/python/src/trezorlib/messages/MoneroTransactionAllOutSetRequest.py +++ b/python/src/trezorlib/messages/MoneroTransactionAllOutSetRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .MoneroTransactionRsigData import MoneroTransactionRsigData diff --git a/python/src/trezorlib/messages/MoneroTransactionData.py b/python/src/trezorlib/messages/MoneroTransactionData.py index 01c7f3912e..81292b065b 100644 --- a/python/src/trezorlib/messages/MoneroTransactionData.py +++ b/python/src/trezorlib/messages/MoneroTransactionData.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .MoneroTransactionDestinationEntry import MoneroTransactionDestinationEntry diff --git a/python/src/trezorlib/messages/MoneroTransactionDestinationEntry.py b/python/src/trezorlib/messages/MoneroTransactionDestinationEntry.py index d4ce45a02f..54032c1ec6 100644 --- a/python/src/trezorlib/messages/MoneroTransactionDestinationEntry.py +++ b/python/src/trezorlib/messages/MoneroTransactionDestinationEntry.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .MoneroAccountPublicAddress import MoneroAccountPublicAddress diff --git a/python/src/trezorlib/messages/MoneroTransactionFinalAck.py b/python/src/trezorlib/messages/MoneroTransactionFinalAck.py index 68d495b16f..74e26ce331 100644 --- a/python/src/trezorlib/messages/MoneroTransactionFinalAck.py +++ b/python/src/trezorlib/messages/MoneroTransactionFinalAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroTransactionFinalRequest.py b/python/src/trezorlib/messages/MoneroTransactionFinalRequest.py index ff84d8d00b..52c8a82324 100644 --- a/python/src/trezorlib/messages/MoneroTransactionFinalRequest.py +++ b/python/src/trezorlib/messages/MoneroTransactionFinalRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroTransactionInitAck.py b/python/src/trezorlib/messages/MoneroTransactionInitAck.py index fcf9a18041..30d647738a 100644 --- a/python/src/trezorlib/messages/MoneroTransactionInitAck.py +++ b/python/src/trezorlib/messages/MoneroTransactionInitAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .MoneroTransactionRsigData import MoneroTransactionRsigData diff --git a/python/src/trezorlib/messages/MoneroTransactionInitRequest.py b/python/src/trezorlib/messages/MoneroTransactionInitRequest.py index cee390c954..7885517813 100644 --- a/python/src/trezorlib/messages/MoneroTransactionInitRequest.py +++ b/python/src/trezorlib/messages/MoneroTransactionInitRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .MoneroTransactionData import MoneroTransactionData diff --git a/python/src/trezorlib/messages/MoneroTransactionInputViniAck.py b/python/src/trezorlib/messages/MoneroTransactionInputViniAck.py index 6eb0c1d2c3..53eee1c90e 100644 --- a/python/src/trezorlib/messages/MoneroTransactionInputViniAck.py +++ b/python/src/trezorlib/messages/MoneroTransactionInputViniAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroTransactionInputViniRequest.py b/python/src/trezorlib/messages/MoneroTransactionInputViniRequest.py index 76ef3e990f..eb667df21a 100644 --- a/python/src/trezorlib/messages/MoneroTransactionInputViniRequest.py +++ b/python/src/trezorlib/messages/MoneroTransactionInputViniRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .MoneroTransactionSourceEntry import MoneroTransactionSourceEntry diff --git a/python/src/trezorlib/messages/MoneroTransactionInputsPermutationAck.py b/python/src/trezorlib/messages/MoneroTransactionInputsPermutationAck.py index 64f9f0460d..fbdfea2cb3 100644 --- a/python/src/trezorlib/messages/MoneroTransactionInputsPermutationAck.py +++ b/python/src/trezorlib/messages/MoneroTransactionInputsPermutationAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroTransactionInputsPermutationRequest.py b/python/src/trezorlib/messages/MoneroTransactionInputsPermutationRequest.py index 5546427595..abaf30eb35 100644 --- a/python/src/trezorlib/messages/MoneroTransactionInputsPermutationRequest.py +++ b/python/src/trezorlib/messages/MoneroTransactionInputsPermutationRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroTransactionRsigData.py b/python/src/trezorlib/messages/MoneroTransactionRsigData.py index 5b3b5f5e72..ac783ecb47 100644 --- a/python/src/trezorlib/messages/MoneroTransactionRsigData.py +++ b/python/src/trezorlib/messages/MoneroTransactionRsigData.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroTransactionSetInputAck.py b/python/src/trezorlib/messages/MoneroTransactionSetInputAck.py index 55dec2389e..c4e7e5ffe8 100644 --- a/python/src/trezorlib/messages/MoneroTransactionSetInputAck.py +++ b/python/src/trezorlib/messages/MoneroTransactionSetInputAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroTransactionSetInputRequest.py b/python/src/trezorlib/messages/MoneroTransactionSetInputRequest.py index bb6375971e..ab50be985d 100644 --- a/python/src/trezorlib/messages/MoneroTransactionSetInputRequest.py +++ b/python/src/trezorlib/messages/MoneroTransactionSetInputRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .MoneroTransactionSourceEntry import MoneroTransactionSourceEntry diff --git a/python/src/trezorlib/messages/MoneroTransactionSetOutputAck.py b/python/src/trezorlib/messages/MoneroTransactionSetOutputAck.py index 1cf03089c1..885e117d0c 100644 --- a/python/src/trezorlib/messages/MoneroTransactionSetOutputAck.py +++ b/python/src/trezorlib/messages/MoneroTransactionSetOutputAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .MoneroTransactionRsigData import MoneroTransactionRsigData diff --git a/python/src/trezorlib/messages/MoneroTransactionSetOutputRequest.py b/python/src/trezorlib/messages/MoneroTransactionSetOutputRequest.py index 34c31ed94a..a87f3555b3 100644 --- a/python/src/trezorlib/messages/MoneroTransactionSetOutputRequest.py +++ b/python/src/trezorlib/messages/MoneroTransactionSetOutputRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .MoneroTransactionDestinationEntry import MoneroTransactionDestinationEntry diff --git a/python/src/trezorlib/messages/MoneroTransactionSignInputAck.py b/python/src/trezorlib/messages/MoneroTransactionSignInputAck.py index a81f9fbee9..1793dc8009 100644 --- a/python/src/trezorlib/messages/MoneroTransactionSignInputAck.py +++ b/python/src/trezorlib/messages/MoneroTransactionSignInputAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroTransactionSignInputRequest.py b/python/src/trezorlib/messages/MoneroTransactionSignInputRequest.py index 230298a237..6dadd429ed 100644 --- a/python/src/trezorlib/messages/MoneroTransactionSignInputRequest.py +++ b/python/src/trezorlib/messages/MoneroTransactionSignInputRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .MoneroTransactionSourceEntry import MoneroTransactionSourceEntry diff --git a/python/src/trezorlib/messages/MoneroTransactionSourceEntry.py b/python/src/trezorlib/messages/MoneroTransactionSourceEntry.py index 386fbe121e..3ccf12e4a4 100644 --- a/python/src/trezorlib/messages/MoneroTransactionSourceEntry.py +++ b/python/src/trezorlib/messages/MoneroTransactionSourceEntry.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .MoneroMultisigKLRki import MoneroMultisigKLRki diff --git a/python/src/trezorlib/messages/MoneroTransferDetails.py b/python/src/trezorlib/messages/MoneroTransferDetails.py index 4f38dcf49b..26aed0bcaf 100644 --- a/python/src/trezorlib/messages/MoneroTransferDetails.py +++ b/python/src/trezorlib/messages/MoneroTransferDetails.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MoneroWatchKey.py b/python/src/trezorlib/messages/MoneroWatchKey.py index 132de9f65a..f99c99556f 100644 --- a/python/src/trezorlib/messages/MoneroWatchKey.py +++ b/python/src/trezorlib/messages/MoneroWatchKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/MultisigRedeemScriptType.py b/python/src/trezorlib/messages/MultisigRedeemScriptType.py index 3289869c08..42a5f931fb 100644 --- a/python/src/trezorlib/messages/MultisigRedeemScriptType.py +++ b/python/src/trezorlib/messages/MultisigRedeemScriptType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .HDNodePathType import HDNodePathType diff --git a/python/src/trezorlib/messages/NEMAddress.py b/python/src/trezorlib/messages/NEMAddress.py index 8efe50e179..f0fb782a18 100644 --- a/python/src/trezorlib/messages/NEMAddress.py +++ b/python/src/trezorlib/messages/NEMAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/NEMAggregateModification.py b/python/src/trezorlib/messages/NEMAggregateModification.py index 83046bbb61..1120cffcdd 100644 --- a/python/src/trezorlib/messages/NEMAggregateModification.py +++ b/python/src/trezorlib/messages/NEMAggregateModification.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .NEMCosignatoryModification import NEMCosignatoryModification diff --git a/python/src/trezorlib/messages/NEMCosignatoryModification.py b/python/src/trezorlib/messages/NEMCosignatoryModification.py index d6d7d9927b..82d39ae469 100644 --- a/python/src/trezorlib/messages/NEMCosignatoryModification.py +++ b/python/src/trezorlib/messages/NEMCosignatoryModification.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/NEMDecryptMessage.py b/python/src/trezorlib/messages/NEMDecryptMessage.py index 8afbe25d41..c2def88a9a 100644 --- a/python/src/trezorlib/messages/NEMDecryptMessage.py +++ b/python/src/trezorlib/messages/NEMDecryptMessage.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/NEMDecryptedMessage.py b/python/src/trezorlib/messages/NEMDecryptedMessage.py index 5ea53274ae..c145ab3947 100644 --- a/python/src/trezorlib/messages/NEMDecryptedMessage.py +++ b/python/src/trezorlib/messages/NEMDecryptedMessage.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/NEMGetAddress.py b/python/src/trezorlib/messages/NEMGetAddress.py index 92ab44105f..152bce3d05 100644 --- a/python/src/trezorlib/messages/NEMGetAddress.py +++ b/python/src/trezorlib/messages/NEMGetAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/NEMImportanceTransfer.py b/python/src/trezorlib/messages/NEMImportanceTransfer.py index d210112ace..2af774ca9a 100644 --- a/python/src/trezorlib/messages/NEMImportanceTransfer.py +++ b/python/src/trezorlib/messages/NEMImportanceTransfer.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/NEMImportanceTransferMode.py b/python/src/trezorlib/messages/NEMImportanceTransferMode.py index 13f31fab39..0639db32d5 100644 --- a/python/src/trezorlib/messages/NEMImportanceTransferMode.py +++ b/python/src/trezorlib/messages/NEMImportanceTransferMode.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/NEMModificationType.py b/python/src/trezorlib/messages/NEMModificationType.py index f414bd2b0a..3e364d3ba2 100644 --- a/python/src/trezorlib/messages/NEMModificationType.py +++ b/python/src/trezorlib/messages/NEMModificationType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/NEMMosaic.py b/python/src/trezorlib/messages/NEMMosaic.py index b3386c4dd1..0624867349 100644 --- a/python/src/trezorlib/messages/NEMMosaic.py +++ b/python/src/trezorlib/messages/NEMMosaic.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/NEMMosaicCreation.py b/python/src/trezorlib/messages/NEMMosaicCreation.py index a6ced13971..7fb48ce7e4 100644 --- a/python/src/trezorlib/messages/NEMMosaicCreation.py +++ b/python/src/trezorlib/messages/NEMMosaicCreation.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .NEMMosaicDefinition import NEMMosaicDefinition diff --git a/python/src/trezorlib/messages/NEMMosaicDefinition.py b/python/src/trezorlib/messages/NEMMosaicDefinition.py index e17c7887ab..d5b287c33a 100644 --- a/python/src/trezorlib/messages/NEMMosaicDefinition.py +++ b/python/src/trezorlib/messages/NEMMosaicDefinition.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/NEMMosaicLevy.py b/python/src/trezorlib/messages/NEMMosaicLevy.py index 05e7985d44..de636afe50 100644 --- a/python/src/trezorlib/messages/NEMMosaicLevy.py +++ b/python/src/trezorlib/messages/NEMMosaicLevy.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/NEMMosaicSupplyChange.py b/python/src/trezorlib/messages/NEMMosaicSupplyChange.py index b583542e54..852e836ad4 100644 --- a/python/src/trezorlib/messages/NEMMosaicSupplyChange.py +++ b/python/src/trezorlib/messages/NEMMosaicSupplyChange.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/NEMProvisionNamespace.py b/python/src/trezorlib/messages/NEMProvisionNamespace.py index 2212294f8e..84a61ab8b2 100644 --- a/python/src/trezorlib/messages/NEMProvisionNamespace.py +++ b/python/src/trezorlib/messages/NEMProvisionNamespace.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/NEMSignTx.py b/python/src/trezorlib/messages/NEMSignTx.py index 5a9eaf4ed2..71fece8256 100644 --- a/python/src/trezorlib/messages/NEMSignTx.py +++ b/python/src/trezorlib/messages/NEMSignTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .NEMAggregateModification import NEMAggregateModification diff --git a/python/src/trezorlib/messages/NEMSignedTx.py b/python/src/trezorlib/messages/NEMSignedTx.py index 9a3c1de8cd..57423bbdac 100644 --- a/python/src/trezorlib/messages/NEMSignedTx.py +++ b/python/src/trezorlib/messages/NEMSignedTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/NEMSupplyChangeType.py b/python/src/trezorlib/messages/NEMSupplyChangeType.py index 86a3d43e1d..5255c1e7f8 100644 --- a/python/src/trezorlib/messages/NEMSupplyChangeType.py +++ b/python/src/trezorlib/messages/NEMSupplyChangeType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/NEMTransactionCommon.py b/python/src/trezorlib/messages/NEMTransactionCommon.py index ddcca608f3..c689e99aca 100644 --- a/python/src/trezorlib/messages/NEMTransactionCommon.py +++ b/python/src/trezorlib/messages/NEMTransactionCommon.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/NEMTransfer.py b/python/src/trezorlib/messages/NEMTransfer.py index 7b0e48b3d1..853e6997f7 100644 --- a/python/src/trezorlib/messages/NEMTransfer.py +++ b/python/src/trezorlib/messages/NEMTransfer.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .NEMMosaic import NEMMosaic diff --git a/python/src/trezorlib/messages/NextU2FCounter.py b/python/src/trezorlib/messages/NextU2FCounter.py index 84a6fa16a7..ab6e1d5843 100644 --- a/python/src/trezorlib/messages/NextU2FCounter.py +++ b/python/src/trezorlib/messages/NextU2FCounter.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/OutputScriptType.py b/python/src/trezorlib/messages/OutputScriptType.py index 94116b2365..1570583500 100644 --- a/python/src/trezorlib/messages/OutputScriptType.py +++ b/python/src/trezorlib/messages/OutputScriptType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/OwnershipId.py b/python/src/trezorlib/messages/OwnershipId.py index ae141cd4ca..ee38d4bd2d 100644 --- a/python/src/trezorlib/messages/OwnershipId.py +++ b/python/src/trezorlib/messages/OwnershipId.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/OwnershipProof.py b/python/src/trezorlib/messages/OwnershipProof.py index 6c375f2554..4a4f20c1e3 100644 --- a/python/src/trezorlib/messages/OwnershipProof.py +++ b/python/src/trezorlib/messages/OwnershipProof.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/PassphraseAck.py b/python/src/trezorlib/messages/PassphraseAck.py index 1b597e9062..a4fb26b464 100644 --- a/python/src/trezorlib/messages/PassphraseAck.py +++ b/python/src/trezorlib/messages/PassphraseAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/PassphraseRequest.py b/python/src/trezorlib/messages/PassphraseRequest.py index 14310148b7..2558753220 100644 --- a/python/src/trezorlib/messages/PassphraseRequest.py +++ b/python/src/trezorlib/messages/PassphraseRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/PinMatrixAck.py b/python/src/trezorlib/messages/PinMatrixAck.py index a4db72ece4..de0e6210d7 100644 --- a/python/src/trezorlib/messages/PinMatrixAck.py +++ b/python/src/trezorlib/messages/PinMatrixAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/PinMatrixRequest.py b/python/src/trezorlib/messages/PinMatrixRequest.py index 12cb92bd0e..056a6d7fd4 100644 --- a/python/src/trezorlib/messages/PinMatrixRequest.py +++ b/python/src/trezorlib/messages/PinMatrixRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/PinMatrixRequestType.py b/python/src/trezorlib/messages/PinMatrixRequestType.py index ded2c04c8d..1662ef95ff 100644 --- a/python/src/trezorlib/messages/PinMatrixRequestType.py +++ b/python/src/trezorlib/messages/PinMatrixRequestType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/Ping.py b/python/src/trezorlib/messages/Ping.py index b6c0fe3233..57446ee826 100644 --- a/python/src/trezorlib/messages/Ping.py +++ b/python/src/trezorlib/messages/Ping.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/PreauthorizedRequest.py b/python/src/trezorlib/messages/PreauthorizedRequest.py index f12f271e87..a33bfc2d60 100644 --- a/python/src/trezorlib/messages/PreauthorizedRequest.py +++ b/python/src/trezorlib/messages/PreauthorizedRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/PrevInput.py b/python/src/trezorlib/messages/PrevInput.py index cf10ffc935..2b7e06f17b 100644 --- a/python/src/trezorlib/messages/PrevInput.py +++ b/python/src/trezorlib/messages/PrevInput.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/PrevOutput.py b/python/src/trezorlib/messages/PrevOutput.py index 758767fada..f04aef5b77 100644 --- a/python/src/trezorlib/messages/PrevOutput.py +++ b/python/src/trezorlib/messages/PrevOutput.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/PrevTx.py b/python/src/trezorlib/messages/PrevTx.py index a35c141bcd..6d28dc8728 100644 --- a/python/src/trezorlib/messages/PrevTx.py +++ b/python/src/trezorlib/messages/PrevTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/PublicKey.py b/python/src/trezorlib/messages/PublicKey.py index 0c60704e13..f37580fb9b 100644 --- a/python/src/trezorlib/messages/PublicKey.py +++ b/python/src/trezorlib/messages/PublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .HDNodeType import HDNodeType diff --git a/python/src/trezorlib/messages/RebootToBootloader.py b/python/src/trezorlib/messages/RebootToBootloader.py index 40b82e5c34..9a746a1eea 100644 --- a/python/src/trezorlib/messages/RebootToBootloader.py +++ b/python/src/trezorlib/messages/RebootToBootloader.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/RecoveryDevice.py b/python/src/trezorlib/messages/RecoveryDevice.py index 30bb9f23d7..13c032467c 100644 --- a/python/src/trezorlib/messages/RecoveryDevice.py +++ b/python/src/trezorlib/messages/RecoveryDevice.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/RecoveryDeviceType.py b/python/src/trezorlib/messages/RecoveryDeviceType.py index 9654232922..f8439f677f 100644 --- a/python/src/trezorlib/messages/RecoveryDeviceType.py +++ b/python/src/trezorlib/messages/RecoveryDeviceType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/RequestType.py b/python/src/trezorlib/messages/RequestType.py index baffc605ca..58ac05af3c 100644 --- a/python/src/trezorlib/messages/RequestType.py +++ b/python/src/trezorlib/messages/RequestType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/ResetDevice.py b/python/src/trezorlib/messages/ResetDevice.py index 30540e7305..102bfa0345 100644 --- a/python/src/trezorlib/messages/ResetDevice.py +++ b/python/src/trezorlib/messages/ResetDevice.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/RippleAddress.py b/python/src/trezorlib/messages/RippleAddress.py index b25212b9c3..a8256f97d6 100644 --- a/python/src/trezorlib/messages/RippleAddress.py +++ b/python/src/trezorlib/messages/RippleAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/RippleGetAddress.py b/python/src/trezorlib/messages/RippleGetAddress.py index c0fc7d78f1..40bf45cfa8 100644 --- a/python/src/trezorlib/messages/RippleGetAddress.py +++ b/python/src/trezorlib/messages/RippleGetAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/RipplePayment.py b/python/src/trezorlib/messages/RipplePayment.py index b1579599e7..d2acd7c46d 100644 --- a/python/src/trezorlib/messages/RipplePayment.py +++ b/python/src/trezorlib/messages/RipplePayment.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/RippleSignTx.py b/python/src/trezorlib/messages/RippleSignTx.py index a2bc7a329f..50a6af59c7 100644 --- a/python/src/trezorlib/messages/RippleSignTx.py +++ b/python/src/trezorlib/messages/RippleSignTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .RipplePayment import RipplePayment diff --git a/python/src/trezorlib/messages/RippleSignedTx.py b/python/src/trezorlib/messages/RippleSignedTx.py index 39a2c09fe7..d0c2be2faa 100644 --- a/python/src/trezorlib/messages/RippleSignedTx.py +++ b/python/src/trezorlib/messages/RippleSignedTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/SafetyCheckLevel.py b/python/src/trezorlib/messages/SafetyCheckLevel.py index 0bc3566c08..656fb76d24 100644 --- a/python/src/trezorlib/messages/SafetyCheckLevel.py +++ b/python/src/trezorlib/messages/SafetyCheckLevel.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/SdProtect.py b/python/src/trezorlib/messages/SdProtect.py index 7b5d7673e6..3f518fc957 100644 --- a/python/src/trezorlib/messages/SdProtect.py +++ b/python/src/trezorlib/messages/SdProtect.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/SdProtectOperationType.py b/python/src/trezorlib/messages/SdProtectOperationType.py index a979dc8433..f339a9be52 100644 --- a/python/src/trezorlib/messages/SdProtectOperationType.py +++ b/python/src/trezorlib/messages/SdProtectOperationType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/SelfTest.py b/python/src/trezorlib/messages/SelfTest.py index e881c77105..ae12a785d7 100644 --- a/python/src/trezorlib/messages/SelfTest.py +++ b/python/src/trezorlib/messages/SelfTest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/SetU2FCounter.py b/python/src/trezorlib/messages/SetU2FCounter.py index 6a326d245c..8bfd1be341 100644 --- a/python/src/trezorlib/messages/SetU2FCounter.py +++ b/python/src/trezorlib/messages/SetU2FCounter.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/SignIdentity.py b/python/src/trezorlib/messages/SignIdentity.py index 5646b8843c..d622f1e898 100644 --- a/python/src/trezorlib/messages/SignIdentity.py +++ b/python/src/trezorlib/messages/SignIdentity.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .IdentityType import IdentityType diff --git a/python/src/trezorlib/messages/SignMessage.py b/python/src/trezorlib/messages/SignMessage.py index eb7cc69538..a5448f1e0f 100644 --- a/python/src/trezorlib/messages/SignMessage.py +++ b/python/src/trezorlib/messages/SignMessage.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/SignTx.py b/python/src/trezorlib/messages/SignTx.py index 54facdb77b..6eebae4e85 100644 --- a/python/src/trezorlib/messages/SignTx.py +++ b/python/src/trezorlib/messages/SignTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/SignedIdentity.py b/python/src/trezorlib/messages/SignedIdentity.py index 1cb4e3a759..5dd2bf7892 100644 --- a/python/src/trezorlib/messages/SignedIdentity.py +++ b/python/src/trezorlib/messages/SignedIdentity.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/StellarAccountMergeOp.py b/python/src/trezorlib/messages/StellarAccountMergeOp.py index 79b4831e34..c7abb051fe 100644 --- a/python/src/trezorlib/messages/StellarAccountMergeOp.py +++ b/python/src/trezorlib/messages/StellarAccountMergeOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/StellarAddress.py b/python/src/trezorlib/messages/StellarAddress.py index bf8fab6039..479410036d 100644 --- a/python/src/trezorlib/messages/StellarAddress.py +++ b/python/src/trezorlib/messages/StellarAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/StellarAllowTrustOp.py b/python/src/trezorlib/messages/StellarAllowTrustOp.py index 6581201224..94e1ad33c6 100644 --- a/python/src/trezorlib/messages/StellarAllowTrustOp.py +++ b/python/src/trezorlib/messages/StellarAllowTrustOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/StellarAssetType.py b/python/src/trezorlib/messages/StellarAssetType.py index b5ed6db97f..38f169a74f 100644 --- a/python/src/trezorlib/messages/StellarAssetType.py +++ b/python/src/trezorlib/messages/StellarAssetType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/StellarBumpSequenceOp.py b/python/src/trezorlib/messages/StellarBumpSequenceOp.py index bfe512aea2..c8ebde34f5 100644 --- a/python/src/trezorlib/messages/StellarBumpSequenceOp.py +++ b/python/src/trezorlib/messages/StellarBumpSequenceOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/StellarChangeTrustOp.py b/python/src/trezorlib/messages/StellarChangeTrustOp.py index 1986b72890..12f689db41 100644 --- a/python/src/trezorlib/messages/StellarChangeTrustOp.py +++ b/python/src/trezorlib/messages/StellarChangeTrustOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .StellarAssetType import StellarAssetType diff --git a/python/src/trezorlib/messages/StellarCreateAccountOp.py b/python/src/trezorlib/messages/StellarCreateAccountOp.py index ec80793d89..bcb49f99ab 100644 --- a/python/src/trezorlib/messages/StellarCreateAccountOp.py +++ b/python/src/trezorlib/messages/StellarCreateAccountOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/StellarCreatePassiveOfferOp.py b/python/src/trezorlib/messages/StellarCreatePassiveOfferOp.py index ada0b59dc7..1ea88f513c 100644 --- a/python/src/trezorlib/messages/StellarCreatePassiveOfferOp.py +++ b/python/src/trezorlib/messages/StellarCreatePassiveOfferOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .StellarAssetType import StellarAssetType diff --git a/python/src/trezorlib/messages/StellarGetAddress.py b/python/src/trezorlib/messages/StellarGetAddress.py index 0a1a1174fd..0ea52c94eb 100644 --- a/python/src/trezorlib/messages/StellarGetAddress.py +++ b/python/src/trezorlib/messages/StellarGetAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/StellarManageDataOp.py b/python/src/trezorlib/messages/StellarManageDataOp.py index 2640d3c15f..4ed515e621 100644 --- a/python/src/trezorlib/messages/StellarManageDataOp.py +++ b/python/src/trezorlib/messages/StellarManageDataOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/StellarManageOfferOp.py b/python/src/trezorlib/messages/StellarManageOfferOp.py index d1d25686f9..2bad8a14f2 100644 --- a/python/src/trezorlib/messages/StellarManageOfferOp.py +++ b/python/src/trezorlib/messages/StellarManageOfferOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .StellarAssetType import StellarAssetType diff --git a/python/src/trezorlib/messages/StellarPathPaymentOp.py b/python/src/trezorlib/messages/StellarPathPaymentOp.py index 6ca7260467..255bf6de39 100644 --- a/python/src/trezorlib/messages/StellarPathPaymentOp.py +++ b/python/src/trezorlib/messages/StellarPathPaymentOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .StellarAssetType import StellarAssetType diff --git a/python/src/trezorlib/messages/StellarPaymentOp.py b/python/src/trezorlib/messages/StellarPaymentOp.py index ea83888784..cd221947cd 100644 --- a/python/src/trezorlib/messages/StellarPaymentOp.py +++ b/python/src/trezorlib/messages/StellarPaymentOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .StellarAssetType import StellarAssetType diff --git a/python/src/trezorlib/messages/StellarSetOptionsOp.py b/python/src/trezorlib/messages/StellarSetOptionsOp.py index 2e68d868fa..2f9804a4ad 100644 --- a/python/src/trezorlib/messages/StellarSetOptionsOp.py +++ b/python/src/trezorlib/messages/StellarSetOptionsOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/StellarSignTx.py b/python/src/trezorlib/messages/StellarSignTx.py index 27b1ba5043..7155a5543b 100644 --- a/python/src/trezorlib/messages/StellarSignTx.py +++ b/python/src/trezorlib/messages/StellarSignTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/StellarSignedTx.py b/python/src/trezorlib/messages/StellarSignedTx.py index 88e6912feb..9eae9fdb3a 100644 --- a/python/src/trezorlib/messages/StellarSignedTx.py +++ b/python/src/trezorlib/messages/StellarSignedTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/StellarTxOpRequest.py b/python/src/trezorlib/messages/StellarTxOpRequest.py index 4fab697547..4979f0b05b 100644 --- a/python/src/trezorlib/messages/StellarTxOpRequest.py +++ b/python/src/trezorlib/messages/StellarTxOpRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/Success.py b/python/src/trezorlib/messages/Success.py index 45c42fcf08..8b513c9820 100644 --- a/python/src/trezorlib/messages/Success.py +++ b/python/src/trezorlib/messages/Success.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/TezosAddress.py b/python/src/trezorlib/messages/TezosAddress.py index c4a8491fbf..d0cf26bb96 100644 --- a/python/src/trezorlib/messages/TezosAddress.py +++ b/python/src/trezorlib/messages/TezosAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/TezosBallotOp.py b/python/src/trezorlib/messages/TezosBallotOp.py index 3ebef66f5f..825b1e5e44 100644 --- a/python/src/trezorlib/messages/TezosBallotOp.py +++ b/python/src/trezorlib/messages/TezosBallotOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/TezosBallotType.py b/python/src/trezorlib/messages/TezosBallotType.py index cb7c9a0965..c0763dbb81 100644 --- a/python/src/trezorlib/messages/TezosBallotType.py +++ b/python/src/trezorlib/messages/TezosBallotType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/TezosContractID.py b/python/src/trezorlib/messages/TezosContractID.py index b1f1fd88cc..f2e35eb4ec 100644 --- a/python/src/trezorlib/messages/TezosContractID.py +++ b/python/src/trezorlib/messages/TezosContractID.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/TezosContractType.py b/python/src/trezorlib/messages/TezosContractType.py index d6d66a2fab..d0e9909317 100644 --- a/python/src/trezorlib/messages/TezosContractType.py +++ b/python/src/trezorlib/messages/TezosContractType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/TezosDelegationOp.py b/python/src/trezorlib/messages/TezosDelegationOp.py index d787120c5c..4ed792b9b0 100644 --- a/python/src/trezorlib/messages/TezosDelegationOp.py +++ b/python/src/trezorlib/messages/TezosDelegationOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/TezosGetAddress.py b/python/src/trezorlib/messages/TezosGetAddress.py index 0b4873d7a0..20e95c406f 100644 --- a/python/src/trezorlib/messages/TezosGetAddress.py +++ b/python/src/trezorlib/messages/TezosGetAddress.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/TezosGetPublicKey.py b/python/src/trezorlib/messages/TezosGetPublicKey.py index 2a5152a079..80e24a2bc3 100644 --- a/python/src/trezorlib/messages/TezosGetPublicKey.py +++ b/python/src/trezorlib/messages/TezosGetPublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/TezosManagerTransfer.py b/python/src/trezorlib/messages/TezosManagerTransfer.py index 178fdad570..728d51d035 100644 --- a/python/src/trezorlib/messages/TezosManagerTransfer.py +++ b/python/src/trezorlib/messages/TezosManagerTransfer.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .TezosContractID import TezosContractID diff --git a/python/src/trezorlib/messages/TezosOriginationOp.py b/python/src/trezorlib/messages/TezosOriginationOp.py index 9682b018ae..de9cec82e1 100644 --- a/python/src/trezorlib/messages/TezosOriginationOp.py +++ b/python/src/trezorlib/messages/TezosOriginationOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/TezosParametersManager.py b/python/src/trezorlib/messages/TezosParametersManager.py index 698c988305..397bb62e4d 100644 --- a/python/src/trezorlib/messages/TezosParametersManager.py +++ b/python/src/trezorlib/messages/TezosParametersManager.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .TezosManagerTransfer import TezosManagerTransfer diff --git a/python/src/trezorlib/messages/TezosProposalOp.py b/python/src/trezorlib/messages/TezosProposalOp.py index dd06626a5f..5a3874b60c 100644 --- a/python/src/trezorlib/messages/TezosProposalOp.py +++ b/python/src/trezorlib/messages/TezosProposalOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/TezosPublicKey.py b/python/src/trezorlib/messages/TezosPublicKey.py index b5f76de139..190a594b2a 100644 --- a/python/src/trezorlib/messages/TezosPublicKey.py +++ b/python/src/trezorlib/messages/TezosPublicKey.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/TezosRevealOp.py b/python/src/trezorlib/messages/TezosRevealOp.py index 4ca755ad61..c71604b9e3 100644 --- a/python/src/trezorlib/messages/TezosRevealOp.py +++ b/python/src/trezorlib/messages/TezosRevealOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/TezosSignTx.py b/python/src/trezorlib/messages/TezosSignTx.py index ba2b839f5f..94f4067e07 100644 --- a/python/src/trezorlib/messages/TezosSignTx.py +++ b/python/src/trezorlib/messages/TezosSignTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .TezosBallotOp import TezosBallotOp diff --git a/python/src/trezorlib/messages/TezosSignedTx.py b/python/src/trezorlib/messages/TezosSignedTx.py index 12acad8a80..3266796855 100644 --- a/python/src/trezorlib/messages/TezosSignedTx.py +++ b/python/src/trezorlib/messages/TezosSignedTx.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/TezosTransactionOp.py b/python/src/trezorlib/messages/TezosTransactionOp.py index e20cb03486..ef076b23e6 100644 --- a/python/src/trezorlib/messages/TezosTransactionOp.py +++ b/python/src/trezorlib/messages/TezosTransactionOp.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .TezosContractID import TezosContractID diff --git a/python/src/trezorlib/messages/TransactionType.py b/python/src/trezorlib/messages/TransactionType.py index 7b68ef5349..f66eb4b285 100644 --- a/python/src/trezorlib/messages/TransactionType.py +++ b/python/src/trezorlib/messages/TransactionType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .TxInputType import TxInputType diff --git a/python/src/trezorlib/messages/TxAck.py b/python/src/trezorlib/messages/TxAck.py index 3d1b7bfa0e..85a68d0388 100644 --- a/python/src/trezorlib/messages/TxAck.py +++ b/python/src/trezorlib/messages/TxAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .TransactionType import TransactionType diff --git a/python/src/trezorlib/messages/TxAckInput.py b/python/src/trezorlib/messages/TxAckInput.py index f7e2dd58dc..63e9c73eee 100644 --- a/python/src/trezorlib/messages/TxAckInput.py +++ b/python/src/trezorlib/messages/TxAckInput.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .TxAckInputWrapper import TxAckInputWrapper diff --git a/python/src/trezorlib/messages/TxAckInputWrapper.py b/python/src/trezorlib/messages/TxAckInputWrapper.py index 63a72c6578..1c252d5bf0 100644 --- a/python/src/trezorlib/messages/TxAckInputWrapper.py +++ b/python/src/trezorlib/messages/TxAckInputWrapper.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .TxInput import TxInput diff --git a/python/src/trezorlib/messages/TxAckOutput.py b/python/src/trezorlib/messages/TxAckOutput.py index 6dbf905d17..16f3034510 100644 --- a/python/src/trezorlib/messages/TxAckOutput.py +++ b/python/src/trezorlib/messages/TxAckOutput.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .TxAckOutputWrapper import TxAckOutputWrapper diff --git a/python/src/trezorlib/messages/TxAckOutputWrapper.py b/python/src/trezorlib/messages/TxAckOutputWrapper.py index 8171697d85..c8906089c8 100644 --- a/python/src/trezorlib/messages/TxAckOutputWrapper.py +++ b/python/src/trezorlib/messages/TxAckOutputWrapper.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .TxOutput import TxOutput diff --git a/python/src/trezorlib/messages/TxAckPrevExtraData.py b/python/src/trezorlib/messages/TxAckPrevExtraData.py index 699dc97f63..2d53debeb2 100644 --- a/python/src/trezorlib/messages/TxAckPrevExtraData.py +++ b/python/src/trezorlib/messages/TxAckPrevExtraData.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .TxAckPrevExtraDataWrapper import TxAckPrevExtraDataWrapper diff --git a/python/src/trezorlib/messages/TxAckPrevExtraDataWrapper.py b/python/src/trezorlib/messages/TxAckPrevExtraDataWrapper.py index 431efe64ca..4d8109ce53 100644 --- a/python/src/trezorlib/messages/TxAckPrevExtraDataWrapper.py +++ b/python/src/trezorlib/messages/TxAckPrevExtraDataWrapper.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/TxAckPrevInput.py b/python/src/trezorlib/messages/TxAckPrevInput.py index 45a505a804..7ccc3fc257 100644 --- a/python/src/trezorlib/messages/TxAckPrevInput.py +++ b/python/src/trezorlib/messages/TxAckPrevInput.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .TxAckPrevInputWrapper import TxAckPrevInputWrapper diff --git a/python/src/trezorlib/messages/TxAckPrevInputWrapper.py b/python/src/trezorlib/messages/TxAckPrevInputWrapper.py index 628009a916..cf433cde27 100644 --- a/python/src/trezorlib/messages/TxAckPrevInputWrapper.py +++ b/python/src/trezorlib/messages/TxAckPrevInputWrapper.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .PrevInput import PrevInput diff --git a/python/src/trezorlib/messages/TxAckPrevMeta.py b/python/src/trezorlib/messages/TxAckPrevMeta.py index cbaa74c70b..474d097543 100644 --- a/python/src/trezorlib/messages/TxAckPrevMeta.py +++ b/python/src/trezorlib/messages/TxAckPrevMeta.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .PrevTx import PrevTx diff --git a/python/src/trezorlib/messages/TxAckPrevOutput.py b/python/src/trezorlib/messages/TxAckPrevOutput.py index 421b083068..c27b83ba80 100644 --- a/python/src/trezorlib/messages/TxAckPrevOutput.py +++ b/python/src/trezorlib/messages/TxAckPrevOutput.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .TxAckPrevOutputWrapper import TxAckPrevOutputWrapper diff --git a/python/src/trezorlib/messages/TxAckPrevOutputWrapper.py b/python/src/trezorlib/messages/TxAckPrevOutputWrapper.py index d8399f0d98..62c36a958e 100644 --- a/python/src/trezorlib/messages/TxAckPrevOutputWrapper.py +++ b/python/src/trezorlib/messages/TxAckPrevOutputWrapper.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .PrevOutput import PrevOutput diff --git a/python/src/trezorlib/messages/TxInput.py b/python/src/trezorlib/messages/TxInput.py index c7d2703e70..2721f4d57b 100644 --- a/python/src/trezorlib/messages/TxInput.py +++ b/python/src/trezorlib/messages/TxInput.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .MultisigRedeemScriptType import MultisigRedeemScriptType diff --git a/python/src/trezorlib/messages/TxInputType.py b/python/src/trezorlib/messages/TxInputType.py index d3e74a513a..1bb0d0bf75 100644 --- a/python/src/trezorlib/messages/TxInputType.py +++ b/python/src/trezorlib/messages/TxInputType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .MultisigRedeemScriptType import MultisigRedeemScriptType diff --git a/python/src/trezorlib/messages/TxOutput.py b/python/src/trezorlib/messages/TxOutput.py index 82829e981e..b321588130 100644 --- a/python/src/trezorlib/messages/TxOutput.py +++ b/python/src/trezorlib/messages/TxOutput.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .MultisigRedeemScriptType import MultisigRedeemScriptType diff --git a/python/src/trezorlib/messages/TxOutputBinType.py b/python/src/trezorlib/messages/TxOutputBinType.py index 0747510c75..c470e0e2c3 100644 --- a/python/src/trezorlib/messages/TxOutputBinType.py +++ b/python/src/trezorlib/messages/TxOutputBinType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/TxOutputType.py b/python/src/trezorlib/messages/TxOutputType.py index a9f89e3b0c..642cde19f3 100644 --- a/python/src/trezorlib/messages/TxOutputType.py +++ b/python/src/trezorlib/messages/TxOutputType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .MultisigRedeemScriptType import MultisigRedeemScriptType diff --git a/python/src/trezorlib/messages/TxRequest.py b/python/src/trezorlib/messages/TxRequest.py index 3bd40e91ed..973726afb1 100644 --- a/python/src/trezorlib/messages/TxRequest.py +++ b/python/src/trezorlib/messages/TxRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .TxRequestDetailsType import TxRequestDetailsType diff --git a/python/src/trezorlib/messages/TxRequestDetailsType.py b/python/src/trezorlib/messages/TxRequestDetailsType.py index 5e70229705..3f4bb71af7 100644 --- a/python/src/trezorlib/messages/TxRequestDetailsType.py +++ b/python/src/trezorlib/messages/TxRequestDetailsType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/TxRequestSerializedType.py b/python/src/trezorlib/messages/TxRequestSerializedType.py index ee64c62d1e..2937b49db0 100644 --- a/python/src/trezorlib/messages/TxRequestSerializedType.py +++ b/python/src/trezorlib/messages/TxRequestSerializedType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/VerifyMessage.py b/python/src/trezorlib/messages/VerifyMessage.py index f2ffaebad6..ccaa4487ab 100644 --- a/python/src/trezorlib/messages/VerifyMessage.py +++ b/python/src/trezorlib/messages/VerifyMessage.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/WebAuthnAddResidentCredential.py b/python/src/trezorlib/messages/WebAuthnAddResidentCredential.py index 34c43381ed..508eb36da1 100644 --- a/python/src/trezorlib/messages/WebAuthnAddResidentCredential.py +++ b/python/src/trezorlib/messages/WebAuthnAddResidentCredential.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/WebAuthnCredential.py b/python/src/trezorlib/messages/WebAuthnCredential.py index 479ef797fe..6c083ca3d6 100644 --- a/python/src/trezorlib/messages/WebAuthnCredential.py +++ b/python/src/trezorlib/messages/WebAuthnCredential.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/WebAuthnCredentials.py b/python/src/trezorlib/messages/WebAuthnCredentials.py index 1da555aa94..8fb1501c15 100644 --- a/python/src/trezorlib/messages/WebAuthnCredentials.py +++ b/python/src/trezorlib/messages/WebAuthnCredentials.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p from .WebAuthnCredential import WebAuthnCredential diff --git a/python/src/trezorlib/messages/WebAuthnListResidentCredentials.py b/python/src/trezorlib/messages/WebAuthnListResidentCredentials.py index 33a2c6f965..8ddc973672 100644 --- a/python/src/trezorlib/messages/WebAuthnListResidentCredentials.py +++ b/python/src/trezorlib/messages/WebAuthnListResidentCredentials.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/WebAuthnRemoveResidentCredential.py b/python/src/trezorlib/messages/WebAuthnRemoveResidentCredential.py index d36623bb64..8c51998fdf 100644 --- a/python/src/trezorlib/messages/WebAuthnRemoveResidentCredential.py +++ b/python/src/trezorlib/messages/WebAuthnRemoveResidentCredential.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/WipeDevice.py b/python/src/trezorlib/messages/WipeDevice.py index e5c213ae8d..1937699241 100644 --- a/python/src/trezorlib/messages/WipeDevice.py +++ b/python/src/trezorlib/messages/WipeDevice.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/WordAck.py b/python/src/trezorlib/messages/WordAck.py index 84f261e0d7..d869dc916d 100644 --- a/python/src/trezorlib/messages/WordAck.py +++ b/python/src/trezorlib/messages/WordAck.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/WordRequest.py b/python/src/trezorlib/messages/WordRequest.py index e49982ebb3..632c526229 100644 --- a/python/src/trezorlib/messages/WordRequest.py +++ b/python/src/trezorlib/messages/WordRequest.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .. import protobuf as p if __debug__: diff --git a/python/src/trezorlib/messages/WordRequestType.py b/python/src/trezorlib/messages/WordRequestType.py index 4004fb14ab..f0c6aa4517 100644 --- a/python/src/trezorlib/messages/WordRequestType.py +++ b/python/src/trezorlib/messages/WordRequestType.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file if __debug__: try: from typing_extensions import Literal # noqa: F401 diff --git a/python/src/trezorlib/messages/__init__.py b/python/src/trezorlib/messages/__init__.py index e39608a703..b1f18aaab1 100644 --- a/python/src/trezorlib/messages/__init__.py +++ b/python/src/trezorlib/messages/__init__.py @@ -1,5 +1,6 @@ # Automatically generated by pb2py # fmt: off +# isort:skip_file from .Address import Address from .ApplyFlags import ApplyFlags