Remove unused import

pull/21232/head
Lidi Zheng 5 years ago
parent 467bd83845
commit 25f6723a7e
  1. 2
      src/python/grpcio/grpc/experimental/aio/_channel.py

@ -19,7 +19,7 @@ import grpc
from grpc import _common
from grpc._cython import cygrpc
from . import _base_call
from ._call import Call, UnaryUnaryCall, UnaryStreamCall
from ._call import UnaryUnaryCall, UnaryStreamCall
from ._typing import (DeserializingFunction, MetadataType, SerializingFunction)

Loading…
Cancel
Save