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

protob: add one empty line to pb2py to make isort happy

This commit is contained in:
Pavol Rusnak 2018-08-03 18:57:43 +02:00
parent 621e8ded45
commit f24cb943b0
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -215,6 +215,7 @@ class Descriptor:
# "from .. import protobuf as p"
yield self.protobuf_import + " as p"
yield ""
fields = [self.parse_field(field) for field in message.field]