Skip to content

Commit

Permalink
Fix the ImportError occuring on urllib
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtyomVancyan authored and nijel committed Jul 13, 2023
1 parent d0946f5 commit 037f8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social_core/backends/nk.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from urllib import urlencode
from urllib.parse import urlencode

from requests_oauthlib import OAuth1

Expand Down

0 comments on commit 037f8fa

Please sign in to comment.