diff --git a/exposition/views.py b/exposition/views.py index 9ee94889..9f5bcb93 100644 --- a/exposition/views.py +++ b/exposition/views.py @@ -427,4 +427,4 @@ def add_note(request, slug): args['not_authorized'] = True args['success'] = True - return HttpResponse(json.dumps(args), content_type='application/json') \ No newline at end of file + return HttpResponse(json.dumps(args), content_type='application/json')