aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Eundoo Song <eundoo.song@gmail.com>2018-09-01 02:18:52 +0900
committerGravatar Eundoo Song <eundoo.song@gmail.com>2018-09-01 02:18:52 +0900
commit97264ea3365bfa895dbd20983772178feaef0908 (patch)
tree60c91d159ecabcffe17231cec7eb3b88cf553c6e /examples
parent3a3b602b0b5cce0facc1d4fcab6687e7ba3ba926 (diff)
Remove unused import
Diffstat (limited to 'examples')
-rw-r--r--examples/python/interceptors/default_value/default_value_client_interceptor.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/python/interceptors/default_value/default_value_client_interceptor.py b/examples/python/interceptors/default_value/default_value_client_interceptor.py
index c549f2b861..c935b95491 100644
--- a/examples/python/interceptors/default_value/default_value_client_interceptor.py
+++ b/examples/python/interceptors/default_value/default_value_client_interceptor.py
@@ -13,8 +13,6 @@
# limitations under the License.
"""Interceptor that adds headers to outgoing requests."""
-import collections
-
import grpc