Fix import for oauth
This commit is contained in:
parent
a0c6d87adb
commit
ad73094b67
|
@ -1,5 +1,5 @@
|
||||||
|
from urllib.parse import urlencode
|
||||||
from social_core.backends.oauth import BaseOAuth2
|
from social_core.backends.oauth import BaseOAuth2
|
||||||
from six.moves.urllib_parse import urlencode, unquote
|
|
||||||
|
|
||||||
|
|
||||||
class HSWawOAuth2(BaseOAuth2):
|
class HSWawOAuth2(BaseOAuth2):
|
||||||
|
|
Loading…
Reference in New Issue