aboutsummaryrefslogtreecommitdiff
path: root/src/python/grpcio_tests/tests/unit/_abort_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/grpcio_tests/tests/unit/_abort_test.py')
-rw-r--r--src/python/grpcio_tests/tests/unit/_abort_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio_tests/tests/unit/_abort_test.py b/src/python/grpcio_tests/tests/unit/_abort_test.py
index d2eaf97d5f..84604726c9 100644
--- a/src/python/grpcio_tests/tests/unit/_abort_test.py
+++ b/src/python/grpcio_tests/tests/unit/_abort_test.py
@@ -13,10 +13,10 @@
# limitations under the License.
"""Tests server context abort mechanism"""
-import unittest
import collections
import gc
import logging
+import unittest
import weakref
import grpc