diff options
author | Masood Malekghassemi <atash@google.com> | 2016-08-22 09:24:22 -0700 |
---|---|---|
committer | Masood Malekghassemi <atash@google.com> | 2016-08-22 09:24:22 -0700 |
commit | f24a405551085c45d8c4fdbf12b0acdc650fa7c2 (patch) | |
tree | 5638c070dfd247adefbcdb66421fbf22d85f8a21 | |
parent | bbc20b59f8650950cfe6dbf42c1eb0fe12945ca4 (diff) |
Remove unused imports in grpcio-tests
-rw-r--r-- | src/python/grpcio_tests/setup.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/python/grpcio_tests/setup.py b/src/python/grpcio_tests/setup.py index 3524355cbf..7384206602 100644 --- a/src/python/grpcio_tests/setup.py +++ b/src/python/grpcio_tests/setup.py @@ -31,13 +31,9 @@ import os import os.path -import shutil import sys -from distutils import core as _core -from distutils import extension as _extension import setuptools -from setuptools.command import egg_info import grpc.tools.command |