[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
pull/161/head
pre-commit-ci[bot] 6 months ago
parent c70e8e27fc
commit 9c29226973

@ -143,11 +143,7 @@ def value_to_schema(value):
}
# if it is none, return null
elif value is None:
return {
"type": "object",
"nullable": True
}
return {"type": "object", "nullable": True}
def is_uuid(key):

Loading…
Cancel
Save