From 11ce600c492b2a0b235db29fa76c81bb765e3256 Mon Sep 17 00:00:00 2001 From: Agustin Barto Date: Thu, 11 Aug 2016 09:12:15 -0300 Subject: [PATCH] Add missing new line at end of file --- rest_framework/authtoken/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_framework/authtoken/views.py b/rest_framework/authtoken/views.py index 063741af0..731511cc2 100644 --- a/rest_framework/authtoken/views.py +++ b/rest_framework/authtoken/views.py @@ -24,4 +24,4 @@ class ObtainAuthToken(APIView): return response -obtain_auth_token = ObtainAuthToken.as_view \ No newline at end of file +obtain_auth_token = ObtainAuthToken.as_view