Skip to content

Commit

Permalink
fix black formatting (#11605)
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy authored Oct 16, 2023
1 parent cf67eda commit 47a9aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/layers/api/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,4 @@ class DatasetMetadataSerializer(serializers.Serializer):
metadata_file = MetadataFileField(required=True)

class Meta:
fields = "metadata_file"
fields = "metadata_file"

0 comments on commit 47a9aa6

Please sign in to comment.