From e211cbf6dbbe3a28ef1276af69c4f387db52d596 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Tue, 4 Sep 2018 22:06:07 +0200 Subject: Set up GitLab CI properly. --- api/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/views.py') diff --git a/api/views.py b/api/views.py index dbc04b56..c5582ec0 100644 --- a/api/views.py +++ b/api/views.py @@ -23,5 +23,5 @@ class HealthcheckView(APIView): authentication_classes = () permission_classes = () - def get(self, request, format=None): + def get(self, request, format=None): # noqa return Response({'status': 'ok'}) -- cgit v1.2.3