projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e757919
)
Remove urllib.parse.quote import in binder.py
author
Harmon
<Harmon758@gmail.com>
Wed, 3 Feb 2021 17:10:36 +0000
(11:10 -0600)
committer
Harmon
<Harmon758@gmail.com>
Wed, 3 Feb 2021 17:10:36 +0000
(11:10 -0600)
tweepy/binder.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/binder.py
b/tweepy/binder.py
index 15347d5793b59c47c39110fe288643ba60fe1803..736fc5a0c3ab8a966fff34444cf5e9fb76c47120 100644
(file)
--- a/
tweepy/binder.py
+++ b/
tweepy/binder.py
@@
-7,7
+7,7
@@
import sys
import time
import requests
-from urllib.parse import
quote,
urlencode
+from urllib.parse import urlencode
from tweepy.error import is_rate_limit_error_message, RateLimitError, TweepError
from tweepy.models import Model