projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b77412c
)
Improve import grouping in streaming.py
author
Harmon
<Harmon758@gmail.com>
Mon, 28 Dec 2020 06:18:22 +0000
(
00:18
-0600)
committer
Harmon
<Harmon758@gmail.com>
Mon, 28 Dec 2020 06:18:22 +0000
(
00:18
-0600)
tweepy/streaming.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/streaming.py
b/tweepy/streaming.py
index 8c22fe80b5deddc814042fae99426056f7c9044c..455ed8b2d29cec3eecc27c5e33315e8bccc63b59 100644
(file)
--- 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