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
1 changed files with 1 additions and 1 deletions

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