cclauss commented on issue #8270: 43 Undefined names in Python code URL: https://github.com/apache/incubator-mxnet/issues/8270#issuecomment-407893666 I take it back... You are right. PyLint is now able to find undefined names. $ __python3 -m pylint *.py__ ``` ************* Module pylint_test pylint_test.py:1:0: C0111: Missing module docstring (missing-docstring) pylint_test.py:1:11: E0602: Undefined variable 'unicode' (undefined-variable) pylint_test.py:1:29: E0602: Undefined variable 'basestring' (undefined-variable) ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
