Просмотр исходного кода

Remove the unused import so copybara don't panic

Lidi Zheng 5 лет назад
Родитель
Сommit
3ecfe27448
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/python/grpcio_tests/tests_aio/reflection/reflection_servicer_test.py

+ 1 - 1
src/python/grpcio_tests/tests_aio/reflection/reflection_servicer_test.py

@@ -17,7 +17,7 @@ import logging
 import unittest
 import unittest
 
 
 import grpc
 import grpc
-from google.protobuf import descriptor_pb2, descriptor_pool
+from google.protobuf import descriptor_pb2
 from grpc.experimental import aio
 from grpc.experimental import aio
 
 
 from grpc_reflection.v1alpha import (reflection, reflection_pb2,
 from grpc_reflection.v1alpha import (reflection, reflection_pb2,