Fix import for oauth

pull/1/head
palid 2023-07-11 23:29:39 +02:00
parent a0c6d87adb
commit ad73094b67
Signed by: palid
SSH Key Fingerprint: SHA256:Mus3wCd2x6nxtARI0DpWGT7lIWbNy3R90BVDg0j35PI
1 changed files with 1 additions and 1 deletions

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):