We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26dcc3 commit c251fb0Copy full SHA for c251fb0
rest_framework_oauth/authentication.py
@@ -8,8 +8,8 @@
8
9
from rest_framework import exceptions
10
from rest_framework.authentication import get_authorization_header, BaseAuthentication
11
-from rest_framework.compat import oauth, oauth_provider, oauth_provider_store
12
-from rest_framework.compat import oauth2_provider, provider_now, check_nonce
+from compat import oauth, oauth_provider, oauth_provider_store
+from compat import oauth2_provider, provider_now, check_nonce
13
14
15
class OAuthAuthentication(BaseAuthentication):
0 commit comments