From 79e78d16f703ad743fe1338f9f6abf0f9ff0e83a Mon Sep 17 00:00:00 2001 From: Richard Belleville Date: Mon, 8 Jul 2019 11:09:44 -0700 Subject: [PATCH] Pylint --- examples/python/cancellation/client.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/examples/python/cancellation/client.py b/examples/python/cancellation/client.py index 491dffa170b..f5a180c7e57 100644 --- a/examples/python/cancellation/client.py +++ b/examples/python/cancellation/client.py @@ -20,15 +20,9 @@ from __future__ import print_function import argparse import logging import signal -import six -import threading - -from six.moves.queue import Queue -from six.moves.queue import Empty as QueueEmpty +import sys import grpc -import os -import sys from examples.python.cancellation import hash_name_pb2 from examples.python.cancellation import hash_name_pb2_grpc