cclauss commented on issue #11904: 47 undefined variable errors with Pylint
URL: 
https://github.com/apache/incubator-mxnet/issues/11904#issuecomment-411629184
 
 
   
[__ModuleNotFoundError__](https://docs.python.org/3/library/exceptions.html#ModuleNotFoundError)
 was added in Python 3.6 so this will be raised if pylint (or flake8) is 
running on Python <3.6.  Change __ModuleNotFoundError__ to __ImportError__ to 
be compatible with all currently supported versions of Python.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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