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/22 22:55:53 UTC

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

marcoabreu commented on a change in pull request #12278: Tighten up PyLint directives
URL: https://github.com/apache/incubator-mxnet/pull/12278#discussion_r212135767
 
 

 ##########
 File path: python/mxnet/symbol/symbol.py
 ##########
 @@ -1285,6 +1285,7 @@ def _get_ndarray_inputs(arg_key, args, arg_names, allow_missing):
             raise TypeError('Only accept list of NDArrays or dict of str to NDArray')
         return c_array(NDArrayHandle, arg_handles), arg_arrays
 
+    # pylint: disable=too-many-locals
 
 Review comment:
   Obsolete due to global disable

----------------------------------------------------------------
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