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 committed Jul 12, 2023
1 parent d0946f5 commit 99611af
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

Check warning on line 1 in social_core/backends/nk.py

View check run for this annotation

Codecov / codecov/patch

social_core/backends/nk.py#L1

Added line #L1 was not covered by tests

from requests_oauthlib import OAuth1

Expand Down

0 comments on commit 99611af

Please sign in to comment.