Remove unused imports

pull/19310/head
Lidi Zheng 6 years ago
parent 550dae1c47
commit 9bd526260a
  1. 3
      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):

Loading…
Cancel
Save