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:
parent
621e8ded45
commit
f24cb943b0
@ -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]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user