DickJC123 commented on a change in pull request #16462: Fix flakey pylint CI failures URL: https://github.com/apache/incubator-mxnet/pull/16462#discussion_r334635956
########## File path: python/mxnet/numpy_op_signature.py ########## @@ -19,6 +19,7 @@ import sys import warnings +import inspect Review comment: CI appears to pull in pylint 2.3.1. The most current pylint is 2.4.2. ---------------------------------------------------------------- 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
