Browse Source

Added newline at the end of the file

pull/1384/head
Davide Allavena 3 years ago
parent
commit
e2dc4cc25b
1 changed files with 1 additions and 1 deletions
  1. 2
      backend/api/serializers.py

2
backend/api/serializers.py

@ -346,4 +346,4 @@ class AnnotationRelationsSerializer(serializers.ModelSerializer):
class Meta:
model = AnnotationRelations
fields = ('id', 'annotation_id_1', 'annotation_id_2', 'type', 'user', 'timestamp')
fields = ('id', 'annotation_id_1', 'annotation_id_2', 'type', 'user', 'timestamp')
Loading…
Cancel
Save