aboutsummaryrefslogtreecommitdiff
path: root/src/python/grpcio_tests/tests/unit/_grpc_shutdown_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/grpcio_tests/tests/unit/_grpc_shutdown_test.py')
-rw-r--r--src/python/grpcio_tests/tests/unit/_grpc_shutdown_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/grpcio_tests/tests/unit/_grpc_shutdown_test.py b/src/python/grpcio_tests/tests/unit/_grpc_shutdown_test.py
index 1c4890b97f..b1f43e061b 100644
--- a/src/python/grpcio_tests/tests/unit/_grpc_shutdown_test.py
+++ b/src/python/grpcio_tests/tests/unit/_grpc_shutdown_test.py
@@ -13,10 +13,10 @@
# limitations under the License.
"""Tests the gRPC Core shutdown path."""
-import time
+import datetime
import threading
+import time
import unittest
-import datetime
import grpc