Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Sep 27, 2023
1 parent 770e0f2 commit 04d8c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/base/api/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class SimpleTopicCategorySerializer(DynamicModelSerializer):
class Meta:
model = TopicCategory
name = "TopicCategory"
fields = ("identifier","gn_description")
fields = ("identifier", "gn_description")


class RestrictionCodeTypeSerializer(DynamicModelSerializer):
Expand Down

0 comments on commit 04d8c9b

Please sign in to comment.