Skip to content
Snippets Groups Projects
Commit 87fd4e60 authored by florian's avatar florian
Browse files

STY: autopep8'd

parent 5d08214a
No related branches found
No related tags found
2 merge requests!33MAINT: change arguments of create_user,!29Revert "Revert "Merge branch 'f-validate-config' into 'dev'""
Pipeline #14522 passed
......@@ -90,6 +90,7 @@ def is_reference(datatype):
else:
return True
def get_referenced_recordtype(datatype):
"""Return the record type of the referenced datatype.
......@@ -119,7 +120,8 @@ def get_referenced_recordtype(datatype):
raise ValueError("list does not have a list datatype")
if datatype == FILE:
raise ValueError("FILE references are not considered references with a record type")
raise ValueError(
"FILE references are not considered references with a record type")
return datatype
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment