aboutsummaryrefslogtreecommitdiff
path: root/src/python/grpcio_tests/tests/unit/_metadata_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/grpcio_tests/tests/unit/_metadata_test.py')
-rw-r--r--src/python/grpcio_tests/tests/unit/_metadata_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio_tests/tests/unit/_metadata_test.py b/src/python/grpcio_tests/tests/unit/_metadata_test.py
index 3e7717b04c..d975228d3b 100644
--- a/src/python/grpcio_tests/tests/unit/_metadata_test.py
+++ b/src/python/grpcio_tests/tests/unit/_metadata_test.py
@@ -13,9 +13,9 @@
# limitations under the License.
"""Tests server and client side metadata API."""
+import logging
import unittest
import weakref
-import logging
import grpc
from grpc import _channel