projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a006439
)
Improve import organization
author
Harmon
<Harmon758@gmail.com>
Fri, 21 Jun 2019 18:49:12 +0000
(13:49 -0500)
committer
Harmon
<Harmon758@gmail.com>
Fri, 21 Jun 2019 18:49:12 +0000
(13:49 -0500)
tests/test_streaming.py
patch
|
blob
|
blame
|
history
diff --git
a/tests/test_streaming.py
b/tests/test_streaming.py
index 21e749d1c11a96071568dba39afe82ccd3b03122..50cfa95f7016a65b9140f504dd804cf8f4b45b3b 100644
(file)
--- a/
tests/test_streaming.py
+++ b/
tests/test_streaming.py
@@
-1,10
+1,10
@@
from __future__ import absolute_import, print_function
-import six
import unittest
from unittest.case import skip
from mock import MagicMock, patch
+import six
from .config import create_auth
from .test_utils import mock_tweet