From 4a9beb61c71582f2444066e615688ec408fd1230 Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 28 Dec 2020 00:18:22 -0600 Subject: [PATCH] Improve import grouping in streaming.py --- tweepy/streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/streaming.py b/tweepy/streaming.py index 8c22fe8..455ed8b 100644 --- a/tweepy/streaming.py +++ b/tweepy/streaming.py @@ -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 -- 2.25.1