Add back necessary import for ApplicationOrganization.

This commit is contained in:
Feanil Patel
2020-02-26 11:30:59 -05:00
parent b6104b71fa
commit 667df875bd

View File

@@ -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):
"""