diff options
-rw-r--r-- | api/views.py | 1 |
1 files changed, 0 insertions, 1 deletions
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') |