1
0
Fork 0
forked from hswaw/spejstore

Fix import for oauth

This commit is contained in:
palid 2023-07-11 23:29:39 +02:00
parent a0c6d87adb
commit ad73094b67
Signed by: palid
SSH key fingerprint: SHA256:Mus3wCd2x6nxtARI0DpWGT7lIWbNy3R90BVDg0j35PI

View file

@ -1,5 +1,5 @@
from urllib.parse import urlencode
from social_core.backends.oauth import BaseOAuth2
from six.moves.urllib_parse import urlencode, unquote
class HSWawOAuth2(BaseOAuth2):