Make pylint happy

pull/22688/head
Lidi Zheng 5 years ago
parent 1c728b3aea
commit 7f693a07bb
  1. 2
      src/python/grpcio_status/grpc_status/rpc_status.py

@ -85,5 +85,5 @@ __all__ = [
]
if sys.version_info[0] >= 3 and sys.version_info[1] >= 6:
from . import _async as aio
from . import _async as aio # pylint: disable=unused-import
__all__.append('aio')

Loading…
Cancel
Save