Skip to content

Commit

Permalink
Update authentication.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lnagel authored Jul 29, 2022
1 parent 4b91c25 commit eb5243f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions rest_framework_sso/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@

import jwt.exceptions
from django.utils.encoding import smart_str
try:
from django.utils.translation import gettext_lazy as _
except ImportError:
from django.utils.translation import ugettext as _
from django.utils.translation import gettext_lazy as _
from rest_framework import exceptions
from rest_framework.authentication import BaseAuthentication, get_authorization_header

Expand Down

0 comments on commit eb5243f

Please sign in to comment.