From 9bd526260a014237983246bc3af79c4fe4966474 Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Fri, 14 Jun 2019 16:49:53 -0700 Subject: [PATCH] Remove unused imports --- examples/python/debug/test/_debug_example_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/python/debug/test/_debug_example_test.py b/examples/python/debug/test/_debug_example_test.py index af599e6a48b..8983542cb66 100644 --- a/examples/python/debug/test/_debug_example_test.py +++ b/examples/python/debug/test/_debug_example_test.py @@ -19,8 +19,6 @@ from __future__ import print_function import logging import unittest -from contextlib import contextmanager -import socket from examples.python.debug import debug_server from examples.python.debug import send_message @@ -34,6 +32,7 @@ _NUMBER_OF_MESSAGES = 100 _ADDR_TEMPLATE = 'localhost:%d' + class DebugExampleTest(unittest.TestCase): def test_channelz_example(self):