From 49925873f5bd34174680a3dc637162b6d547d90f Mon Sep 17 00:00:00 2001 From: stv Date: Fri, 27 Feb 2015 10:00:39 -0800 Subject: [PATCH] Fix PEP8: W292 no newline at end of file --- openedx/core/djangoapps/user_api/accounts/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openedx/core/djangoapps/user_api/accounts/views.py b/openedx/core/djangoapps/user_api/accounts/views.py index 58759e062b..ff29ec51bf 100644 --- a/openedx/core/djangoapps/user_api/accounts/views.py +++ b/openedx/core/djangoapps/user_api/accounts/views.py @@ -157,4 +157,4 @@ class AccountView(APIView): } validation_errors['field_errors'] = field_errors - return validation_errors \ No newline at end of file + return validation_errors