From: Harmon Date: Mon, 28 Dec 2020 07:51:43 +0000 (-0600) Subject: Improve import grouping in auth.py X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f1c0bb1ee01a3dc9c5c934681b37be5f4b3b86f8;p=tweepy.git Improve import grouping in auth.py --- diff --git a/tweepy/auth.py b/tweepy/auth.py index 3cd7efa..f27f5da 100644 --- 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