reminisce commented on issue #16370: Disable Pylint false error in numpy_op_signature URL: https://github.com/apache/incubator-mxnet/pull/16370#issuecomment-538176570 Another proof for why `absolute_import` is required in python2. If that were deleted, and you typed `import numpy` in that file which was expected to import the official numpy package, however, it would just give you `mxnet.numpy` because it did not look up in the top-level packages.
---------------------------------------------------------------- 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
