reminisce commented on issue #16370: Disable Pylint false error in 
numpy_op_signature 
URL: https://github.com/apache/incubator-mxnet/pull/16370#issuecomment-538542126
 
 
   @marcoabreu `from __future__ import absolute_import` is used almost 
everywhere throughout the code base. And please read the error message dumped 
by pylint; you will find that `import` and `reimport` are reported at the same 
line. Obviously, pylint made a mistake in this particular file. Adding a 
conditional import for working around pylint's mistake does not sound like 
desirable practice.

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


With regards,
Apache Git Services

Reply via email to