You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/10/03 23:51:29 UTC

[GitHub] [incubator-mxnet] reminisce commented on issue #16370: Disable Pylint false error in numpy_op_signature

reminisce commented on issue #16370: Disable Pylint false error in numpy_op_signature 
URL: https://github.com/apache/incubator-mxnet/pull/16370#issuecomment-538172017
 
 
   @marcoabreu Could you explain why it didn't error out for many PRs after `numpy_op_signature.py` was introduced? The pylint behavior is flaky at least.
   
    Adding `absolute_import` explicitly enforces consistent importing behavior between python2 and python3 throughout the current file without relying on the assumption that this is done somewhere else. So I don't feel comfortable about deleting it to just make pylint happy.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services