From 667df875bdb2bb66546b395d3aba2c9e3f40b0f7 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Wed, 26 Feb 2020 11:30:59 -0500 Subject: [PATCH] Add back necessary import for ApplicationOrganization. --- openedx/core/djangoapps/oauth_dispatch/dot_overrides/views.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openedx/core/djangoapps/oauth_dispatch/dot_overrides/views.py b/openedx/core/djangoapps/oauth_dispatch/dot_overrides/views.py index 43b431ddf2..f7c5f8cc01 100644 --- a/openedx/core/djangoapps/oauth_dispatch/dot_overrides/views.py +++ b/openedx/core/djangoapps/oauth_dispatch/dot_overrides/views.py @@ -10,6 +10,8 @@ from oauth2_provider.scopes import get_scopes_backend from oauth2_provider.settings import oauth2_settings from oauth2_provider.views import AuthorizationView +from openedx.core.djangoapps.oauth_dispatch.models import ApplicationOrganization + class EdxOAuth2AuthorizationView(AuthorizationView): """