diff --git a/pillar/api/node_types/utils.py b/pillar/api/node_types/utils.py index 73c7d4a2..d4f857c9 100644 --- a/pillar/api/node_types/utils.py +++ b/pillar/api/node_types/utils.py @@ -31,4 +31,4 @@ def markdown_fields(field: str, **kwargs) -> dict: 'default': field, # Name of the field containing the markdown. Will be input to the coerce function. 'coerce': 'markdown', } - } \ No newline at end of file + }