mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 18:49:07 +00:00
fixup: remove unnecessary style change in pb2py
[no changelog]
This commit is contained in:
parent
5394ce8df7
commit
7c348a1d79
@ -133,7 +133,9 @@ WIRETYPE_ENTRY = c.Sequence(
|
||||
)
|
||||
|
||||
# QDEF(MP_QSTR_copysign, 5171, 8, "copysign")
|
||||
QDEF_RE = re.compile(r'^QDEF\(MP_QSTR(\S+), ([0-9]+), ([0-9])+, "(.*)"\)$')
|
||||
QDEF_RE = re.compile(
|
||||
r'^QDEF\(MP_QSTR(\S+), ([0-9]+), ([0-9])+, "(.*)"\)$'
|
||||
)
|
||||
|
||||
|
||||
@dataclass
|
||||
|
Loading…
Reference in New Issue
Block a user