Improve import grouping in streaming.py
authorHarmon <Harmon758@gmail.com>
Mon, 28 Dec 2020 06:18:22 +0000 (00:18 -0600)
committerHarmon <Harmon758@gmail.com>
Mon, 28 Dec 2020 06:18:22 +0000 (00:18 -0600)
tweepy/streaming.py

index 8c22fe80b5deddc814042fae99426056f7c9044c..455ed8b2d29cec3eecc27c5e33315e8bccc63b59 100644 (file)
@@ -7,12 +7,12 @@
 import json
 import logging
 import re
-import requests
 import ssl
 import sys
 from threading import Thread
 from time import sleep
 
+import requests
 from requests.exceptions import Timeout
 
 from tweepy.api import API