diff options
author | Nathaniel Manista <nathaniel@google.com> | 2017-05-01 19:33:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-01 19:33:06 -0700 |
commit | 13cc1720006c3f16dcd0a4d6d1fdd5686cb125b3 (patch) | |
tree | 3e76d4384230110f33268d7eea86e8ac9e96d3ec /src/python | |
parent | 683add5f84b0e4ba7bcab484fb595583c20bdb79 (diff) | |
parent | 4ae1083044279e597586cea9ede5203d45167059 (diff) |
Merge pull request #7836 from thinkerou/delete_unuse_lib
Remove unused import in grpcio_health_checking.
Diffstat (limited to 'src/python')
-rw-r--r-- | src/python/grpcio_health_checking/setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/grpcio_health_checking/setup.py b/src/python/grpcio_health_checking/setup.py index 17bb3ab616..1806d311b4 100644 --- a/src/python/grpcio_health_checking/setup.py +++ b/src/python/grpcio_health_checking/setup.py @@ -29,7 +29,6 @@ """Setup module for the GRPC Python package's optional health checking.""" import os -import sys import setuptools |