Skip to content

Commit

Permalink
import from six directly for django 3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
thenewguy committed May 22, 2020
1 parent c45be1a commit 95b9b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allauth_adfs/socialaccount/providers/adfs_oauth2/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
OAuth2LoginView,
OAuth2CallbackView)
from django.core.exceptions import ImproperlyConfigured
from django.utils.six import string_types
from six import string_types
from django.utils.encoding import force_bytes
from .provider import ADFSOAuth2Provider
from .utils import decode_payload_segment, parse_token_payload_segment
Expand Down

0 comments on commit 95b9b76

Please sign in to comment.