From 3ff336b10422779c5c32088e0fedd76dd0c430bf Mon Sep 17 00:00:00 2001 From: Fabien Basmaison Date: Sat, 20 Mar 2021 16:08:47 +0100 Subject: [PATCH] Use the file on mouse-reeve/bookwyrm, verbatim. --- bookwyrm/activitypub/response.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bookwyrm/activitypub/response.py b/bookwyrm/activitypub/response.py index a3c699b9..07f39c7e 100644 --- a/bookwyrm/activitypub/response.py +++ b/bookwyrm/activitypub/response.py @@ -2,6 +2,7 @@ from django.http import JsonResponse from .base_activity import ActivityEncoder + class ActivitypubResponse(JsonResponse): """ A class to be used in any place that's serializing responses for