formatting
This commit is contained in:
parent
652d1445a8
commit
5612109024
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue