pull/19465/head
Richard Belleville 6 years ago
parent ba39c9255c
commit 79e78d16f7
  1. 8
      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

Loading…
Cancel
Save