diff --git a/bookwyrm/urls.py b/bookwyrm/urls.py index 60b630f49..e8be9a540 100644 --- a/bookwyrm/urls.py +++ b/bookwyrm/urls.py @@ -35,7 +35,9 @@ urlpatterns = [ ), path( "manifest.json", - TemplateView.as_view(template_name="manifest.json", content_type="application/json"), + TemplateView.as_view( + template_name="manifest.json", content_type="application/json" + ), ), # federation endpoints re_path(r"^inbox/?$", views.Inbox.as_view(), name="inbox"),