mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-23 14:58:09 +00:00
style(python): fix flake8 warning on python 3.12
[no changelog]
This commit is contained in:
parent
afb75892f2
commit
21988d6ef4
@ -156,8 +156,8 @@ class LayoutContent(UnstructuredJSONReader):
|
||||
********************
|
||||
ICON_CANCEL, -, CONFIRM
|
||||
"""
|
||||
title_separator = f"\n{20*'-'}\n"
|
||||
btn_separator = f"\n{20*'*'}\n"
|
||||
title_separator = f"\n{20 * '-'}\n"
|
||||
btn_separator = f"\n{20 * '*'}\n"
|
||||
|
||||
visible = ""
|
||||
if self.title():
|
||||
|
Loading…
Reference in New Issue
Block a user