projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac0d28a
)
Update urllib.parse.parse_qs import
author
Harmon
<Harmon758@gmail.com>
Sat, 26 Dec 2020 07:47:00 +0000
(
01:47
-0600)
committer
Harmon
<Harmon758@gmail.com>
Sat, 26 Dec 2020 07:47:05 +0000
(
01:47
-0600)
tweepy/auth.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/auth.py
b/tweepy/auth.py
index d6a3dc6b882ed7d2d5301509177e3f8891bfd3b7..9e965d266a4266c4c6cf1d6471fb306eda5a1c30 100644
(file)
--- a/
tweepy/auth.py
+++ b/
tweepy/auth.py
@@
-8,7
+8,7
@@
import requests
import six
from requests.auth import AuthBase
from requests_oauthlib import OAuth1, OAuth1Session
-from
six.moves.
urllib.parse import parse_qs
+from urllib.parse import parse_qs
from tweepy.api import API
from tweepy.error import TweepError