diff --git a/ckanext/stadtzh_losdharvest/profiles.py b/ckanext/stadtzh_losdharvest/profiles.py index 792be6c..a77c69e 100644 --- a/ckanext/stadtzh_losdharvest/profiles.py +++ b/ckanext/stadtzh_losdharvest/profiles.py @@ -182,7 +182,13 @@ def _get_attributes(self, dataset_ref): else: attribute_name = speak_name - attributes.append({"attribute_name": attribute_name, "description": description, "position": position}) + attributes.append( + { + "attribute_name": attribute_name, + "description": description, + "position": position + } + ) attributes.sort(key=lambda x: x["position"])