projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15b78c6
)
Update urllib.parse.quote and urllib.parse.urlencode imports
author
Harmon
<Harmon758@gmail.com>
Sat, 26 Dec 2020 07:49:17 +0000
(
01:49
-0600)
committer
Harmon
<Harmon758@gmail.com>
Sat, 26 Dec 2020 07:49:17 +0000
(
01:49
-0600)
tweepy/binder.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/binder.py
b/tweepy/binder.py
index 5b6adb817c35d1af35a325ed5929175c8b051a4a..b323aed3c7aedb9500706e9f00be16be5d871206 100644
(file)
--- a/
tweepy/binder.py
+++ b/
tweepy/binder.py
@@
-9,7
+9,7
@@
import time
import requests
import six
-from
six.moves.
urllib.parse import quote, urlencode
+from urllib.parse import quote, urlencode
from tweepy.error import is_rate_limit_error_message, RateLimitError, TweepError
from tweepy.models import Model