mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-15 09:50:57 +00:00
src/apps/common: make flake8 happy
This commit is contained in:
parent
97fee650ca
commit
7fa146fedb
@ -9,7 +9,7 @@ class PinCancelled(Exception):
|
||||
|
||||
|
||||
@ui.layout
|
||||
async def request_pin(code = None, cancellable: bool = True) -> str:
|
||||
async def request_pin(code=None, cancellable: bool=True) -> str:
|
||||
|
||||
def onchange():
|
||||
c = dialog.cancel
|
||||
|
Loading…
Reference in New Issue
Block a user