You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/08/24 08:52:11 UTC

[GitHub] cclauss commented on a change in pull request #12278: Tighten up PyLint directives

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:
users@infra.apache.org


With regards,
Apache Git Services