pull/36684/head
Xuan Wang 6 months ago
parent 6495f109e3
commit f748fa6e7a
  1. 1
      src/python/grpcio/grpc/__init__.py
  2. 1
      src/python/grpcio/grpc/aio/_base_server.py

@ -1467,7 +1467,6 @@ class Server(abc.ABC):
method_handlers: A dictionary that maps method names to corresponding method_handlers: A dictionary that maps method names to corresponding
RpcMethodHandler. RpcMethodHandler.
""" """
pass
@abc.abstractmethod @abc.abstractmethod
def add_insecure_port(self, address): def add_insecure_port(self, address):

@ -146,7 +146,6 @@ class Server(abc.ABC):
method_handlers: A dictionary that maps method names to corresponding method_handlers: A dictionary that maps method names to corresponding
RpcMethodHandler. RpcMethodHandler.
""" """
pass
# pylint: disable=too-many-public-methods # pylint: disable=too-many-public-methods

Loading…
Cancel
Save