fix formatting
This commit is contained in:
parent
619fd089e3
commit
19f125f542
1 changed files with 24 additions and 23 deletions
|
@ -3,6 +3,7 @@
|
||||||
from cerberus import Validator
|
from cerberus import Validator
|
||||||
from validation_functions import *
|
from validation_functions import *
|
||||||
|
|
||||||
|
|
||||||
def validate(entity):
|
def validate(entity):
|
||||||
schema_fin = {
|
schema_fin = {
|
||||||
'bic': {
|
'bic': {
|
||||||
|
|
Loading…
Reference in a new issue