marcoabreu commented on issue #16370: Disable Pylint false error in 
numpy_op_signature 
URL: https://github.com/apache/incubator-mxnet/pull/16370#issuecomment-538174374
 
 
   Could you link a CI run where the pylint failed by any chance? So far, I 
haven't found an issue where this problem is documented.
   
   I'm thinking that it might depend on the underlying Python version being 
used. Maybe the Python2 pylint says that its fine while the Python3 pylint 
complains because that's the default behaviour already. If that assumption is 
true, a conditional import for python 2 only (which we would then deprecate 
soon) would resolve that.
   
   (I understand that it might seem like some hassle for a warning, just trying 
to understand the background here)

----------------------------------------------------------------
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

Reply via email to