Remove the unused import so copybara don't panic

pull/22739/head
Lidi Zheng 5 years ago
parent 0ff25bb1b3
commit 3ecfe27448
  1. 2
      src/python/grpcio_tests/tests_aio/reflection/reflection_servicer_test.py

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

Loading…
Cancel
Save