Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rest_framework_oauth/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

from rest_framework import exceptions
from rest_framework.authentication import get_authorization_header, BaseAuthentication
from rest_framework.compat import oauth, oauth_provider, oauth_provider_store
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


class OAuthAuthentication(BaseAuthentication):
Expand Down