projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0818893
)
Remove now unnecessary urllib.parse.parse_qs import
author
Harmon
<Harmon758@gmail.com>
Fri, 7 Jan 2022 14:24:07 +0000
(08:24 -0600)
committer
Harmon
<Harmon758@gmail.com>
Sat, 8 Jan 2022 00:19:27 +0000
(18:19 -0600)
tweepy/auth.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/auth.py
b/tweepy/auth.py
index 62c7a2d297ddda7a3c37ecf1f1f6b2ca3d09f6cd..b6c7aa88d481f632d858928126c30c7d4a5f7215 100644
(file)
--- a/
tweepy/auth.py
+++ b/
tweepy/auth.py
@@
-5,7
+5,6
@@
from base64 import urlsafe_b64encode
from hashlib import sha256
import logging
-from urllib.parse import parse_qs
import secrets
import warnings