Make PyLint happy

pull/20805/head
Lidi Zheng 6 years ago
parent 8af510e1df
commit f8dc1d9a8e
  1. 2
      src/python/grpcio/grpc/experimental/aio/_server.py

@ -134,7 +134,7 @@ class Server:
def __del__(self):
"""Schedules a graceful shutdown in current event loop.
The Cython AioServer doesn't hold a ref-count to this class. It should
be safe to slightly extend the underlying Cython object's life span.
"""

Loading…
Cancel
Save