aboutsummaryrefslogtreecommitdiff
path: root/src/python/grpcio_tests/tests/unit/_channel_ready_future_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/grpcio_tests/tests/unit/_channel_ready_future_test.py')
-rw-r--r--src/python/grpcio_tests/tests/unit/_channel_ready_future_test.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/python/grpcio_tests/tests/unit/_channel_ready_future_test.py b/src/python/grpcio_tests/tests/unit/_channel_ready_future_test.py
index ca9ebc16fe..84a6f9196b 100644
--- a/src/python/grpcio_tests/tests/unit/_channel_ready_future_test.py
+++ b/src/python/grpcio_tests/tests/unit/_channel_ready_future_test.py
@@ -13,13 +13,14 @@
# limitations under the License.
"""Tests of grpc.channel_ready_future."""
+import logging
import threading
import unittest
-import logging
import grpc
-from tests.unit.framework.common import test_constants
+
from tests.unit import thread_pool
+from tests.unit.framework.common import test_constants
class _Callback(object):