haojin2 commented on a change in pull request #15370: [numpy][doc-fix] mean, transpose, stack, split, log2, rint and radians URL: https://github.com/apache/incubator-mxnet/pull/15370#discussion_r298888595
########## File path: python/mxnet/ndarray/numpy/_op.py ########## @@ -17,7 +17,7 @@ # under the License. """Namespace for numpy operators used in Gluon dispatched by F=ndarray.""" - +# pylint: disable=too-many-lines Review comment: nit: Better use 1 more blank line above ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
