Skip to content

Commit

Permalink
Merge pull request #21 from masb3/master
Browse files Browse the repository at this point in the history
django4 support
  • Loading branch information
lnagel authored Jul 29, 2022
2 parents 0726dd9 + eb5243f commit 4306bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_framework_sso/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import jwt.exceptions
from django.utils.encoding import smart_str
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 4306bbf

Please sign in to comment.