diff options
author | 2019-01-12 17:23:57 +0100 | |
---|---|---|
committer | 2019-01-12 17:23:57 +0100 | |
commit | 4a9ad460b90b093ef0ece6884025207a44622818 (patch) | |
tree | 7ff9feb22c7e4f5bc4f4875d46247796128b74ae | |
parent | Ignore dumb `hadolint` error. (diff) |
Remove duplicated newline.
-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') |