aboutsummaryrefslogtreecommitdiff
path: root/src/python/grpcio_tests/tests/unit/_reconnect_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/grpcio_tests/tests/unit/_reconnect_test.py')
-rw-r--r--src/python/grpcio_tests/tests/unit/_reconnect_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/grpcio_tests/tests/unit/_reconnect_test.py b/src/python/grpcio_tests/tests/unit/_reconnect_test.py
index 16feb4b1ff..90d010b936 100644
--- a/src/python/grpcio_tests/tests/unit/_reconnect_test.py
+++ b/src/python/grpcio_tests/tests/unit/_reconnect_test.py
@@ -13,16 +13,16 @@
# limitations under the License.
"""Tests that a channel will reconnect if a connection is dropped"""
+import logging
import socket
import time
-import logging
import unittest
import grpc
from grpc.framework.foundation import logging_pool
-from tests.unit.framework.common import test_constants
from tests.unit.framework.common import bound_socket
+from tests.unit.framework.common import test_constants
_REQUEST = b'\x00\x00\x00'
_RESPONSE = b'\x00\x00\x01'