1
0
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:
Pavol Rusnak 2018-02-27 23:53:04 +01:00
parent 97fee650ca
commit 7fa146fedb
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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