marcoabreu commented on issue #16370: Disable Pylint false error in numpy_op_signature URL: https://github.com/apache/incubator-mxnet/pull/16370#issuecomment-538165716 As far as I understand, the absolute_import behaviour could already be the default in newer python versions according to https://www.python.org/dev/peps/pep-0328/ Could that mean that pylint reports it as duplicate because it's already done on a system level? What happens if you remove it?
---------------------------------------------------------------- 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
