From 46066c04afcb850a4d7c026326f3b20e18f11a8a Mon Sep 17 00:00:00 2001 From: Adam Palay Date: Mon, 25 Jan 2016 15:04:19 -0500 Subject: [PATCH] resolve quality violation --- openedx/core/djangoapps/user_api/accounts/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openedx/core/djangoapps/user_api/accounts/views.py b/openedx/core/djangoapps/user_api/accounts/views.py index 01044db32c..d6e5d44b15 100644 --- a/openedx/core/djangoapps/user_api/accounts/views.py +++ b/openedx/core/djangoapps/user_api/accounts/views.py @@ -17,7 +17,6 @@ from openedx.core.lib.api.authentication import ( from ..errors import UserNotFound, UserNotAuthorized, AccountUpdateError, AccountValidationError from openedx.core.lib.api.parsers import MergePatchParser from .api import get_account_settings, update_account_settings -from .serializers import PROFILE_IMAGE_KEY_PREFIX class AccountView(APIView):