Compare commits

...

1 commit

Author SHA1 Message Date
5612109024 formatting 2020-11-11 16:43:48 +01:00

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