aboutsummaryrefslogtreecommitdiff
path: root/src/python/grpcio_tests/tests_aio/channelz/channelz_servicer_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/grpcio_tests/tests_aio/channelz/channelz_servicer_test.py')
-rw-r--r--src/python/grpcio_tests/tests_aio/channelz/channelz_servicer_test.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/python/grpcio_tests/tests_aio/channelz/channelz_servicer_test.py b/src/python/grpcio_tests/tests_aio/channelz/channelz_servicer_test.py
index d6e9fd4279..e400dc87dc 100644
--- a/src/python/grpcio_tests/tests_aio/channelz/channelz_servicer_test.py
+++ b/src/python/grpcio_tests/tests_aio/channelz/channelz_servicer_test.py
@@ -13,13 +13,12 @@
# limitations under the License.
"""Tests of grpc_channelz.v1.channelz."""
-import unittest
-import logging
import asyncio
+import logging
+import unittest
import grpc
from grpc.experimental import aio
-
from grpc_channelz.v1 import channelz
from grpc_channelz.v1 import channelz_pb2
from grpc_channelz.v1 import channelz_pb2_grpc