diff options
author | 2018-10-20 21:58:26 +0100 | |
---|---|---|
committer | 2018-10-20 21:58:26 +0100 | |
commit | 05c0de61477c1e30012c6b23cb56527ea4c1fdd7 (patch) | |
tree | ed6ba70cc3801be8cc513883a532a415f4639e3a /api/viewsets.py | |
parent | added whitespace before headers (diff) |
fixed linting issues
Diffstat (limited to 'api/viewsets.py')
-rw-r--r-- | api/viewsets.py | 2 |
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 """ |