projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a9beb6
)
Improve import grouping in auth.py
author
Harmon
<Harmon758@gmail.com>
Mon, 28 Dec 2020 07:51:43 +0000
(
01:51
-0600)
committer
Harmon
<Harmon758@gmail.com>
Mon, 28 Dec 2020 07:51:43 +0000
(
01:51
-0600)
tweepy/auth.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/auth.py
b/tweepy/auth.py
index 3cd7efa886272cc920aeac5c8df7b30c13d39433..f27f5da83b43f109e41c377a102ea74dbabdc7c8 100644
(file)
--- a/
tweepy/auth.py
+++ b/
tweepy/auth.py
@@
-3,11
+3,11
@@
# See LICENSE for details.
import logging
+from urllib.parse import parse_qs
import requests
from requests.auth import AuthBase
from requests_oauthlib import OAuth1, OAuth1Session
-from urllib.parse import parse_qs
from tweepy.api import API
from tweepy.error import TweepError