cclauss commented on a change in pull request #12278: Tighten up PyLint directives URL: https://github.com/apache/incubator-mxnet/pull/12278#discussion_r212562304
########## File path: python/mxnet/ndarray/register.py ########## @@ -26,6 +26,7 @@ from ..base import mx_uint, check_call, _LIB, py_str, _init_op_module, _Null # pylint: disable=unused-import +# pylint: disable=too-many-locals Review comment: It defies explanation but these are actually required or the tests fail. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
