From 4a9ad460b90b093ef0ece6884025207a44622818 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sat, 12 Jan 2019 17:23:57 +0100 Subject: Remove duplicated newline. --- api/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/views.py b/api/views.py index 75209c36..c529da0f 100644 --- a/api/views.py +++ b/api/views.py @@ -94,7 +94,6 @@ class RulesView(APIView): f"Can only template links to `html` or `md`, got `{target}`" ) - # `format` here is the result format, we have a link format here instead. def get(self, request, format=None): # noqa link_format = request.query_params.get('link_format', 'md') -- cgit v1.2.3