reminisce commented on issue #16401: CI showing random pylint failures URL: https://github.com/apache/incubator-mxnet/issues/16401#issuecomment-540138948 @DickJC123 I am not an expert in root causing pylint errors, but I guess CI still reports this maybe due to some cached code in the system before you merged the master tip into your branch for two reasons: 1. It's the same message as you posted before I deleted `from __future__ import absolute_import`. 2. The line where the error is reported does not match what pylint describes. It matches the code before you updated your branch to the latest. I am not sure whether this is because you **merged** the master branch into yours. Maybe you can try to **rebase** all of your commits on top of the master branch and see how sanity check goes.
---------------------------------------------------------------- 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
