From 9c1e3452523cbbe1a41652bbb59ba75c8f670646 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Wed, 27 Mar 2019 11:56:33 +0100 Subject: [PATCH] Newline at end of file --- pillar/api/node_types/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + }