matteosal commented on pull request #20755: URL: https://github.com/apache/incubator-mxnet/pull/20755#issuecomment-982542992
@szha it seems that a commit which breakes the [sanity] ci ended up in master. It gives this error on this PR: ``` [2021-11-30T11:13:13.225Z] mxnet.context (python/mxnet/context.py): [2021-11-30T11:13:13.225Z] L19:- None: pylint - unused-import [2021-11-30T11:13:13.225Z] Unused cpu imported from device ``` Which is probably due to [this line being split in two](https://github.com/apache/incubator-mxnet/blob/master/python/mxnet/context.py#L20) on master, but that line is not split on my branch. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
