WIP: validators #3

Closed
dkdent wants to merge 6 commits from validators into master
Showing only changes of commit 5612109024 - Show all commits

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