reminisce commented on a change in pull request #16462: Fix flakey pylint CI failures URL: https://github.com/apache/incubator-mxnet/pull/16462#discussion_r334266249
########## File path: python/mxnet/numpy_op_signature.py ########## @@ -19,6 +19,7 @@ import sys import warnings +import inspect Review comment: Thanks for putting the efforts on taming pylint. I'm curious why this reorganization of the code would make the pylint error disappear? ---------------------------------------------------------------- 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
