diff --git a/storage/views.py b/storage/views.py index 4b27217..31e392d 100644 --- a/storage/views.py +++ b/storage/views.py @@ -81,3 +81,4 @@ class CreateCommentView(APIView): comment.files.add(fo) return Response(CommentSerializer(comment).data, status=200) +