From e2dc4cc25be0ef8956abca000f09eeb21f03ab0f Mon Sep 17 00:00:00 2001 From: Davide Allavena Date: Mon, 31 May 2021 09:43:57 +0200 Subject: [PATCH] Added newline at the end of the file --- backend/api/serializers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/api/serializers.py b/backend/api/serializers.py index 0f43451c..ec0570da 100644 --- a/backend/api/serializers.py +++ b/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') \ No newline at end of file + fields = ('id', 'annotation_id_1', 'annotation_id_2', 'type', 'user', 'timestamp')