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:
|
except ValueError:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
def valid_money_amount(field: str) -> bool:
|
def valid_money_amount(field: str) -> bool:
|
||||||
if not field:
|
if not field:
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in a new issue