From 02710bcb1c125989ec408e405b1736c151279d5f Mon Sep 17 00:00:00 2001 From: Harmon Date: Fri, 21 Jun 2019 13:49:12 -0500 Subject: [PATCH] Improve import organization --- tests/test_streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_streaming.py b/tests/test_streaming.py index 21e749d..50cfa95 100644 --- 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 -- 2.25.1