formatting

This commit is contained in:
David Kilias 2020-11-07 20:00:12 +01:00
parent 652d1445a8
commit 5612109024

View file

@ -43,6 +43,7 @@ def valid_bic(field: str) -> bool:
except ValueError:
return False
def valid_money_amount(field: str) -> bool:
if not field:
return False