aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorGravatar Hasan-Ahmad <[email protected]>2018-10-20 21:58:26 +0100
committerGravatar Hasan-Ahmad <[email protected]>2018-10-20 21:58:26 +0100
commit05c0de61477c1e30012c6b23cb56527ea4c1fdd7 (patch)
treeed6ba70cc3801be8cc513883a532a415f4639e3a /api
parentadded whitespace before headers (diff)
fixed linting issues
Diffstat (limited to 'api')
-rw-r--r--api/viewsets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/viewsets.py b/api/viewsets.py
index 6c488747..24c2aef9 100644
--- a/api/viewsets.py
+++ b/api/viewsets.py
@@ -217,7 +217,7 @@ class SnakeIdiomViewSet(ListModelMixin, GenericViewSet):
#### Status codes
- 200: returned on success
-
+
## Authentication
Requires an API token
"""