aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2017-03-03 05:54:30 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2017-03-03 06:00:01 +0000
commitc3038a5cb379d19ec1f2352ee18f0012035dd21c (patch)
tree008feb24e9b88131a1f009a79648efc54ad8f246 /src/python
parentdb0f85b0105a598953489eebfa28385e1364bd7a (diff)
Suppress and enable too-many-locals lint
Diffstat (limited to 'src/python')
-rw-r--r--src/python/grpcio/grpc/beta/_client_adaptations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio/grpc/beta/_client_adaptations.py b/src/python/grpcio/grpc/beta/_client_adaptations.py
index 54ed9a10d1..9b5f5766d2 100644
--- a/src/python/grpcio/grpc/beta/_client_adaptations.py
+++ b/src/python/grpcio/grpc/beta/_client_adaptations.py
@@ -35,7 +35,7 @@ from grpc.framework.common import cardinality
from grpc.framework.foundation import future
from grpc.framework.interfaces.face import face
-# pylint: disable=too-many-arguments
+# pylint: disable=too-many-arguments,too-many-locals
_STATUS_CODE_TO_ABORTION_KIND_AND_ABORTION_ERROR_CLASS = {
grpc.StatusCode.CANCELLED: (face.Abortion.Kind.CANCELLED,